Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp545 std::string RequiredExt = "zvl" + std::to_string(MinRequiredVLEN) + "b"; in CheckInvalidVLENandLMUL() local
546 if (!TI.hasFeature(RequiredExt) && !FunctionFeatureMap.lookup(RequiredExt)) in CheckInvalidVLENandLMUL()
549 << Type << RequiredExt; in CheckInvalidVLENandLMUL()