Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DRISCVVEmitter.cpp174 if (RVVI->hasVL()) { in emitCodeGenSwitchBody()
203 if (RVVI->hasVL()) in emitCodeGenSwitchBody()
457 else if (P.first->second->hasVL() != Def->hasVL()) in createCodeGen()
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h322 bool hasVL() const { return HasVL; } in hasVL() function