Searched refs:getCompare (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h451 Constant *getCompare(CmpInst::Predicate Pred, Type *Ty, function in class:llvm::ValueLatticeElement
457 return ConstantExpr::getCompare(Pred, getConstant(), Other.getConstant());
H A DTargetFolder.h236 return Fold(ConstantExpr::getCompare(P, LHS, RHS));
240 return Fold(ConstantExpr::getCompare(P, LHS, RHS));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h241 return ConstantExpr::getCompare(P, LHS, RHS);
246 return ConstantExpr::getCompare(P, LHS, RHS);
H A DConstants.h1150 static Constant *getCompare(unsigned short pred, Constant *C1, Constant *C2,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp196 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) {
H A DBranchProbabilityInfo.cpp641 Constant *Result = ConstantExpr::getCompare(CI->getPredicate(),
H A DInlineCost.cpp1423 return ConstantExpr::getCompare(I.getPredicate(), COps[0], COps[1]);
H A DConstantFolding.cpp1235 // ConstantExpr::getCompare cannot do this, because it doesn't have DL
1307 return ConstantExpr::getCompare(Predicate, Ops0, Ops1);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp404 InstResult = ConstantExpr::getCompare(CI->getPredicate(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp518 Constant *NewVecC = IsCmp ? ConstantExpr::getCompare(Pred, VecC0, VecC1)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp899 Constant *Folded = ConstantExpr::getCompare(Pred, V, CmpConst);
1545 return ConstantExpr::getCompare(CondCmp->getPredicate(), Op0, Op1);
H A DSCCP.cpp1035 Constant *C = V1State.getCompare(I.getPredicate(), I.getType(), V2State);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1275 return ConstantExpr::getCompare(pred, CE1->getOperand(0),
2022 ConstantExpr::getCompare(pred, C1Splat, C2Splat));
2035 ResElts.push_back(ConstantExpr::getCompare(pred, C1E, C2E));
H A DConstants.cpp1456 return ConstantExpr::getCompare(getPredicate(), Ops[0], Ops[1],
2189 Constant *ConstantExpr::getCompare(unsigned short Predicate, Constant *C1, function in class:ConstantExpr
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1469 auto *BoolInput = ConstantExpr::getCompare(Pred, Input, C);
2715 ConstantExpr::getCompare(Cmp.getPredicate(), C1LessThan, C)
2718 ConstantExpr::getCompare(Cmp.getPredicate(), C2Equal, C)
2721 ConstantExpr::getCompare(Cmp.getPredicate(), C3GreaterThan, C)
H A DInstructionCombining.cpp943 auto *Cmp = ConstantExpr::getCompare(ICmpInst::ICMP_EQ, ConstA, ConstB);
1088 InV = ConstantExpr::getCompare(CI->getPredicate(), InC, C);
H A DInstCombineCalls.cpp3870 Constant *CCmp = ConstantExpr::getCompare(CCVal, CSrc0, CSrc1);

Completed in 387 milliseconds