Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp191 if (RVVI->hasVL()) { in emitCodeGenSwitchBody()
226 if (RVVI->hasVL()) in emitCodeGenSwitchBody()
489 else if (P.first->second->hasVL() != Def->hasVL()) in createCodeGen()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h422 bool hasVL() const { return HasVL; } in hasVL() function