Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5208 std::string RequiredExt = "zvl" + std::to_string(MinRequiredVLEN) + "b"; in CheckInvalidVLENandLMUL() local
5209 if (!TI.hasFeature(RequiredExt)) in CheckInvalidVLENandLMUL()
5211 diag::err_riscv_type_requires_extension) << Type << RequiredExt; in CheckInvalidVLENandLMUL()