Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DRISCVISAInfo.cpp791 static constexpr ImpliedExtsEntry ImpliedExts[] = { variable
831 assert(llvm::is_sorted(ImpliedExts) && "Table not sorted by Name"); in updateImplication()
841 auto I = llvm::lower_bound(ImpliedExts, ExtName); in updateImplication()
842 if (I != std::end(ImpliedExts) && I->Name == ExtName) { in updateImplication()