Home
last modified time | relevance | path

Searched refs:getPredicateAt (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp348 LVI->getPredicateAt(Cmp->getPredicate(), Op0, C, Cmp, in constantFoldCmp()
397 LVI->getPredicateAt(CmpInst::ICMP_EQ, Cond, Case, I, in processSwitch()
511 Result = LVI->getPredicateAt(CmpInst::Predicate::ICMP_ULE, X, IntMin, II, in processAbsIntrinsic()
522 Result = LVI->getPredicateAt(CmpInst::Predicate::ICMP_SLE, X, Zero, II, in processAbsIntrinsic()
531 Result = LVI->getPredicateAt(CmpInst::Predicate::ICMP_NE, X, IntMin, II, in processAbsIntrinsic()
560 LazyValueInfo::Tristate Result = LVI->getPredicateAt( in processMinMaxIntrinsic()
674 LVI->getPredicateAt(ICmpInst::ICMP_EQ, V, in processCallSite()
698 auto Result = LVI->getPredicateAt(ICmpInst::ICMP_SGE, V, Zero, CxtI, in isNonNegative()
705 auto Result = LVI->getPredicateAt(ICmpInst::ICMP_SLE, V, Zero, CxtI, in isNonPositive()
1068 LazyValueInfo::Tristate Result = LVI->getPredicateAt( in getConstantAt()
H A DJumpThreading.cpp1147 LVI->getPredicateAt(CondCmp->getPredicate(), CondCmp->getOperand(0), in processBlock()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h77 Tristate getPredicateAt(unsigned Pred, Value *V, Constant *C,
85 Tristate getPredicateAt(unsigned Pred, Value *LHS, Value *RHS,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1746 LazyValueInfo::getPredicateAt(unsigned Pred, Value *V, Constant *C, in getPredicateAt() function in LazyValueInfo
1850 LazyValueInfo::Tristate LazyValueInfo::getPredicateAt(unsigned P, Value *LHS, in getPredicateAt() function in LazyValueInfo
1857 return getPredicateAt(P, LHS, C, CxtI, UseBlockValue); in getPredicateAt()
1859 return getPredicateAt(CmpInst::getSwappedPredicate(Pred), RHS, C, CxtI, in getPredicateAt()