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.cpp550 std::string RequiredExt = "zvl" + std::to_string(MinRequiredVLEN) + "b"; in CheckInvalidVLENandLMUL() local
551 if (!TI.hasFeature(RequiredExt)) in CheckInvalidVLENandLMUL()
554 << Type << RequiredExt; in CheckInvalidVLENandLMUL()