Home
last modified time | relevance | path

Searched defs:isSelect (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h355 bool isSelect() const { return Flags & (1ULL << MCID::Select); } in isSelect() function
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.h256 bool isSelect : 1; variable