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

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h268 /// isCompare - Return true if this instruction is a comparison.
269 bool isCompare() const { function in class:llvm::MCInstrDesc
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h222 bool isCompare; member in class:llvm::CodeGenInstruction
/external/llvm/lib/VMCore/
H A DConstants.cpp983 bool ConstantExpr::isCompare() const { function in class:ConstantExpr
1026 assert(isCompare());

Completed in 126 milliseconds