Home
last modified time | relevance | path

Searched refs:getICmp (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/IR/
DConstantFold.cpp1349 R = dyn_cast<ConstantInt>(ConstantExpr::getICmp(pred, V1, V2)); in evaluateICmpRelation()
1353 R = dyn_cast<ConstantInt>(ConstantExpr::getICmp(pred, V1, V2)); in evaluateICmpRelation()
1357 R = dyn_cast<ConstantInt>(ConstantExpr::getICmp(pred, V1, V2)); in evaluateICmpRelation()
1848 return ConstantExpr::getICmp(pred, Inverse, CE2Op0); in ConstantFoldCompareInstruction()
1863 return ConstantExpr::getICmp(pred, CE1Inverse, C2Inverse); in ConstantFoldCompareInstruction()
1874 return ConstantExpr::getICmp(pred, C2, C1); in ConstantFoldCompareInstruction()
DConstants.cpp1802 return getICmp(Predicate, C1, C2); in getCompare()
1856 ConstantExpr::getICmp(unsigned short pred, Constant *LHS, Constant *RHS) { in getICmp() function in ConstantExpr
DCore.cpp898 return wrap(ConstantExpr::getICmp(Predicate, in LLVMConstICmp()
/external/llvm/unittests/IR/
DConstantsTest.cpp239 CHECK(ConstantExpr::getICmp(CmpInst::ICMP_EQ, P0, P4), "icmp eq i32 " P0STR in TEST()
/external/llvm/include/llvm/IR/
DConstants.h997 static Constant *getICmp(unsigned short pred, Constant *LHS, Constant *RHS);
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp525 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp4735 Result = ConstantExpr::getICmp(predicate, Result, RHS); in ComputeLoadConstantCompareExitLimit()
5532 dyn_cast<ConstantInt>(ConstantExpr::getICmp(CmpInst::ICMP_ULT, in HowFarToZero()
5709 if (ConstantExpr::getICmp(Pred, in SimplifyICmpOperands()
6593 dyn_cast<ConstantInt>(ConstantExpr::getICmp(ICmpInst::ICMP_ULT, in getNumIterationsInRange()
DInstructionSimplify.cpp1779 return ConstantExpr::getICmp(Pred, LHSOffset, RHSOffset); in computePointerICmp()
2557 return ConstantExpr::getICmp(Pred, NewLHS, NewRHS); in SimplifyICmpInst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2456 Op1 = ConstantExpr::getICmp(I.getPredicate(), C, RHSC); in visitICmpInst()
2458 Op2 = ConstantExpr::getICmp(I.getPredicate(), C, RHSC); in visitICmpInst()
DInstCombineAndOrXor.cpp273 assert(cast<ConstantInt>(ConstantExpr::getICmp((isSigned ? in InsertRangeTest()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1454 V = ConstantExpr::getICmp(Record[3], Op0, Op1); in ParseConstants()
/external/llvm/lib/AsmParser/
DLLParser.cpp2505 ID.ConstantVal = ConstantExpr::getICmp(Pred, Val0, Val1); in ParseValID()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli929 See the method [llvm::ConstantExpr::getICmp]. *)