Home
last modified time | relevance | path

Searched refs:getCompare (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h102 return ConstantExpr::getCompare(P, LC, RC); in FoldICmp()
205 return ConstantExpr::getCompare(P, LHS, RHS); in CreateFCmp()
H A DConstants.h1170 static Constant *getCompare(unsigned short pred, Constant *C1, Constant *C2,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h106 return Fold(ConstantExpr::getCompare(P, LC, RC)); in FoldICmp()
217 return Fold(ConstantExpr::getCompare(P, LHS, RHS)); in CreateFCmp()
H A DValueLattice.h451 Constant *getCompare(CmpInst::Predicate Pred, Type *Ty,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueLattice.cpp14 ValueLatticeElement::getCompare(CmpInst::Predicate Pred, Type *Ty, in getCompare() function in llvm::ValueLatticeElement
H A DBranchProbabilityInfo.cpp633 Constant *Result = ConstantExpr::getCompare(CI->getPredicate(), in computeUnlikelySuccessors()
H A DConstantFolding.cpp1271 return ConstantExpr::getCompare( in ConstantFoldCompareInstOperands()
1292 return ConstantExpr::getCompare(Predicate, Ops0, Ops1); in ConstantFoldCompareInstOperands()
H A DLazyValueInfo.cpp1987 if (Constant *Res = L.getCompare((CmpInst::Predicate)P, Ty, R, in getPredicateAt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp876 return ConstantExpr::getCompare(pred, CE1->getOperand(0), in ConstantFoldBinaryInstruction()
1287 ConstantExpr::getCompare(Predicate, C1Splat, C2Splat)); in ConstantFoldCompareInstruction()
1306 ResElts.push_back(ConstantExpr::getCompare(Predicate, C1E, C2E)); in ConstantFoldCompareInstruction()
H A DConstants.cpp1491 return ConstantExpr::getCompare(getPredicate(), Ops[0], Ops[1], in getWithOperands()
2244 Constant *ConstantExpr::getCompare(unsigned short Predicate, Constant *C1, in getCompare() function in ConstantExpr
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp871 Constant *Folded = ConstantExpr::getCompare(Pred, V, CmpConst); in computeValueKnownInPredecessorsImpl()
1544 return ConstantExpr::getCompare(CondCmp->getPredicate(), Op0, Op1); in evaluateOnPredecessorEdge()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp859 Constant *CCmp = ConstantExpr::getCompare(CCVal, CSrc0, CSrc1); in instCombineIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1512 Constant *C = V1State.getCompare(I.getPredicate(), I.getType(), V2State, DL); in visitCmpInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3132 ConstantExpr::getCompare(Cmp.getPredicate(), C1LessThan, C) in foldICmpSelectConstant()
3135 ConstantExpr::getCompare(Cmp.getPredicate(), C2Equal, C) in foldICmpSelectConstant()
3138 ConstantExpr::getCompare(Cmp.getPredicate(), C3GreaterThan, C) in foldICmpSelectConstant()
H A DInstCombineAndOrXor.cpp2429 ConstantExpr::getCompare(ICmpInst::ICMP_ULT, Log2C3, C2); in visitAnd()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1567 C = ConstantExpr::getCompare(BC->Flags, ConstOps[0], ConstOps[1]); in materializeValue()