Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h332 bool isCompare() const { return Flags & (1ULL << MCID::Compare); } in isCompare() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h241 bool isCompare : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1460 bool ConstantExpr::isCompare() const { in isCompare() function in ConstantExpr