Home
last modified time | relevance | path

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

/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h246 bool isCompare : 1; variable
/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h341 bool isCompare() const { return Flags & (1ULL << MCID::Compare); } in isCompare() function