Home
last modified time | relevance | path

Searched refs:ImpliedExts (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Support/
DRISCVISAInfo.cpp903 static constexpr ImpliedExtsEntry ImpliedExts[] = { variable
944 assert(llvm::is_sorted(ImpliedExts) && "Table not sorted by Name"); in updateImplication()
954 auto I = llvm::lower_bound(ImpliedExts, ExtName); in updateImplication()
955 if (I != std::end(ImpliedExts) && I->Name == ExtName) { in updateImplication()