Searched refs:getPredicateAt (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LazyValueInfo.h | 74 Constant *getPredicateAt(CmpInst::Predicate Pred, Value *V, Constant *C, 82 Constant *getPredicateAt(CmpInst::Predicate Pred, Value *LHS, Value *RHS,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 111 return LVI->getPredicateAt(C->getPredicate(), Op0, Op1, At, in getConstantAt() 329 Constant *Res = LVI->getPredicateAt(Cmp->getPredicate(), Op0, Op1, Cmp, in constantFoldCmp() 388 LVI->getPredicateAt(CmpInst::ICMP_EQ, Cond, Case, I, in processSwitch() 733 if (auto *Res = dyn_cast_or_null<ConstantInt>(LVI->getPredicateAt( in processCallSite()
|
| H A D | JumpThreading.cpp | 1071 LVI->getPredicateAt(CondCmp->getPredicate(), CondCmp->getOperand(0), in processBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1915 Constant *LazyValueInfo::getPredicateAt(CmpInst::Predicate Pred, Value *V, in getPredicateAt() function in LazyValueInfo 2022 Constant *LazyValueInfo::getPredicateAt(CmpInst::Predicate Pred, Value *LHS, in getPredicateAt() function in LazyValueInfo 2026 return getPredicateAt(Pred, LHS, C, CxtI, UseBlockValue); in getPredicateAt() 2028 return getPredicateAt(CmpInst::getSwappedPredicate(Pred), RHS, C, CxtI, in getPredicateAt()
|