Searched refs:isCompare (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h361 /// isCompare - Return true if this instruction is a comparison.
362 bool isCompare() const { function in class:llvm::MCInstrDesc
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h222 bool isCompare; member in class:llvm::CodeGenInstruction
H A DInstrInfoEmitter.cpp275 if (Inst.isCompare) OS << "|(1<<MCID::Compare)";
H A DCodeGenInstruction.cpp297 isCompare = R->getValueAsBit("isCompare");
/external/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp441 } else if (MCID.isCompare()) {
/external/llvm/lib/VMCore/
H A DConstants.cpp745 bool ConstantExpr::isCompare() const { function in class:ConstantExpr
788 assert(isCompare());
2145 } else if (isCompare()) {
H A DConstantsContext.h463 CE->isCompare() ? CE->getPredicate() : 0,
H A DAsmWriter.cpp918 if (CE->isCompare())
/external/llvm/include/llvm/
H A DConstants.h755 bool isCompare() const;
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp802 if (CE->isCompare())

Completed in 219 milliseconds