Searched refs:getICmp (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 1349 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()
|
D | Constants.cpp | 1802 return getICmp(Predicate, C1, C2); in getCompare() 1856 ConstantExpr::getICmp(unsigned short pred, Constant *LHS, Constant *RHS) { in getICmp() function in ConstantExpr
|
D | Core.cpp | 898 return wrap(ConstantExpr::getICmp(Predicate, in LLVMConstICmp()
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 239 CHECK(ConstantExpr::getICmp(CmpInst::ICMP_EQ, P0, P4), "icmp eq i32 " P0STR in TEST()
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 997 static Constant *getICmp(unsigned short pred, Constant *LHS, Constant *RHS);
|
/external/llvm/lib/Analysis/IPA/ |
D | InlineCost.cpp | 525 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 4735 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()
|
D | InstructionSimplify.cpp | 1779 return ConstantExpr::getICmp(Pred, LHSOffset, RHSOffset); in computePointerICmp() 2557 return ConstantExpr::getICmp(Pred, NewLHS, NewRHS); in SimplifyICmpInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2456 Op1 = ConstantExpr::getICmp(I.getPredicate(), C, RHSC); in visitICmpInst() 2458 Op2 = ConstantExpr::getICmp(I.getPredicate(), C, RHSC); in visitICmpInst()
|
D | InstCombineAndOrXor.cpp | 273 assert(cast<ConstantInt>(ConstantExpr::getICmp((isSigned ? in InsertRangeTest()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1454 V = ConstantExpr::getICmp(Record[3], Op0, Op1); in ParseConstants()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2505 ID.ConstantVal = ConstantExpr::getICmp(Pred, Val0, Val1); in ParseValID()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 929 See the method [llvm::ConstantExpr::getICmp]. *)
|