Searched refs:getPredicateAt (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | CorrelatedValuePropagation.cpp | 309 LVI->getPredicateAt(Cmp->getPredicate(), Op0, C, Cmp, in processCmp() 347 LVI->getPredicateAt(CmpInst::ICMP_EQ, Cond, Case, I, in processSwitch() 461 Result = LVI->getPredicateAt(CmpInst::Predicate::ICMP_ULE, X, IntMin, II, in processAbsIntrinsic() 472 Result = LVI->getPredicateAt(CmpInst::Predicate::ICMP_SLE, X, Zero, II, in processAbsIntrinsic() 481 Result = LVI->getPredicateAt(CmpInst::Predicate::ICMP_NE, X, IntMin, II, in processAbsIntrinsic() 510 LazyValueInfo::Tristate Result = LVI->getPredicateAt( in processMinMaxIntrinsic() 624 LVI->getPredicateAt(ICmpInst::ICMP_EQ, V, in processCallSite() 648 auto Result = LVI->getPredicateAt(ICmpInst::ICMP_SGE, V, Zero, CxtI, in isNonNegative() 655 auto Result = LVI->getPredicateAt(ICmpInst::ICMP_SLE, V, Zero, CxtI, in isNonPositive() 1006 LazyValueInfo::Tristate Result = LVI->getPredicateAt( in getConstantAt()
|
H A D | JumpThreading.cpp | 1158 LVI->getPredicateAt(CondCmp->getPredicate(), CondCmp->getOperand(0), in processBlock()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | LazyValueInfo.h | 77 Tristate getPredicateAt(unsigned Pred, Value *V, Constant *C, 85 Tristate getPredicateAt(unsigned Pred, Value *LHS, Value *RHS,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1719 LazyValueInfo::getPredicateAt(unsigned Pred, Value *V, Constant *C, in getPredicateAt() function in LazyValueInfo 1823 LazyValueInfo::Tristate LazyValueInfo::getPredicateAt(unsigned P, Value *LHS, in getPredicateAt() function in LazyValueInfo 1830 return getPredicateAt(P, LHS, C, CxtI, UseBlockValue); in getPredicateAt() 1832 return getPredicateAt(CmpInst::getSwappedPredicate(Pred), RHS, C, CxtI, in getPredicateAt()
|