Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DRISCVVEmitter.cpp176 if (RVVI->hasPolicyOperand()) in emitCodeGenSwitchBody()
183 if (RVVI->hasPolicyOperand()) in emitCodeGenSwitchBody()
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h325 bool hasPolicyOperand() const { return Scheme == HasPolicyOperand; } in hasPolicyOperand() function