Searched refs:getPredicateAt (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/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,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 347 LVI->getPredicateAt(Cmp->getPredicate(), Op0, Op1, 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() 1132 LazyValueInfo::Tristate Result = LVI->getPredicateAt( in getConstantAt()
|
| H A D | JumpThreading.cpp | 1170 LVI->getPredicateAt(CondCmp->getPredicate(), CondCmp->getOperand(0), in processBlock()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1814 LazyValueInfo::getPredicateAt(unsigned Pred, Value *V, Constant *C, in getPredicateAt() function in LazyValueInfo 1918 LazyValueInfo::Tristate LazyValueInfo::getPredicateAt(unsigned P, Value *LHS, in getPredicateAt() function in LazyValueInfo 1925 return getPredicateAt(P, LHS, C, CxtI, UseBlockValue); in getPredicateAt() 1927 return getPredicateAt(CmpInst::getSwappedPredicate(Pred), RHS, C, CxtI, in getPredicateAt()
|