Searched refs:getICmp (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1157 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) { local
1179 return getICmp(I.ICMP_UGT, A,
1183 return getICmp(I.ICMP_EQ, A, ConstantInt::getNullValue(A->getType()));
1196 return getICmp(I.ICMP_UGE, A, ConstantInt::get(A->getType(), Shift));
1197 return getICmp(I.ICMP_EQ, A, ConstantInt::get(A->getType(), Shift));
1199 return getICmp(I.ICMP_EQ, A, ConstantInt::get(A->getType(), Shift));
1216 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) { local
1229 return getICmp(
1234 return getICmp(I.ICMP_EQ, A, ConstantInt::getNullValue(A->getType()));
1240 return getICmp(
[all...]
H A DInstCombineSelect.cpp1343 auto *Precond1 = ConstantExpr::getICmp(ICmpInst::Predicate::ICMP_SGE, C2,
1348 auto *Precond2 = ConstantExpr::getICmp(ICmpInst::Predicate::ICMP_SLE, C2,
H A DInstCombineCalls.cpp2042 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) ==
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1639 R = dyn_cast<ConstantInt>(ConstantExpr::getICmp(pred, V1, V2));
1643 R = dyn_cast<ConstantInt>(ConstantExpr::getICmp(pred, V1, V2));
1647 R = dyn_cast<ConstantInt>(ConstantExpr::getICmp(pred, V1, V2));
2189 return ConstantExpr::getICmp(pred, Inverse, CE2Op0);
2206 return ConstantExpr::getICmp(pred, CE1Inverse, C2Inverse);
2217 return ConstantExpr::getICmp(pred, C2, C1);
H A DConstants.cpp303 Constant *CmpEq = ConstantExpr::getICmp(ICmpInst::ICMP_EQ, C0, C1);
2207 return getICmp(Predicate, C1, C2, OnlyIfReduced);
2293 Constant *ConstantExpr::getICmp(unsigned short pred, Constant *LHS, function in class:ConstantExpr
H A DCore.cpp1622 return wrap(ConstantExpr::getICmp(Predicate,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1156 static Constant *getICmp(unsigned short pred, Constant *LHS, Constant *RHS,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2454 return ConstantExpr::getICmp(Pred, LHSOffset, RHSOffset);
2526 return ConstantExpr::getICmp(Pred,
3598 Constant *NewICmp = ConstantExpr::getICmp(Pred, NewLHS, NewRHS);
H A DInlineCost.cpp1442 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) {
H A DScalarEvolution.cpp7421 Result = ConstantExpr::getICmp(predicate, Result, RHS);
8779 if (ConstantExpr::getICmp(Pred,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1320 ConstantExpr::getICmp(CmpInst::ICMP_NE, F,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5360 Constant *DefaultConst = ConstantExpr::getICmp(CmpInst->getPredicate(),
5368 Constant *CaseConst = ConstantExpr::getICmp(CmpInst->getPredicate(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2769 V = ConstantExpr::getICmp(Record[3], Op0, Op1);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3498 ID.ConstantVal = ConstantExpr::getICmp(Pred, Val0, Val1);

Completed in 324 milliseconds