Searched refs:getPredicateAt (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LazyValueInfo.h | 76 Constant *getPredicateAt(CmpInst::Predicate Pred, Value *V, Constant *C, 84 Constant *getPredicateAt(CmpInst::Predicate Pred, Value *LHS, Value *RHS,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 112 return LVI->getPredicateAt(C->getPredicate(), Op0, Op1, At, in getConstantAt() 319 Constant *Res = LVI->getPredicateAt(Cmp->getPredicate(), Op0, Op1, Cmp, in constantFoldCmp() 368 LVI->getPredicateAt(CmpInst::ICMP_EQ, Cond, Case, I, in processSwitch() 711 if (auto *Res = dyn_cast_or_null<ConstantInt>(LVI->getPredicateAt( in processCallSite()
|
| H A D | JumpThreading.cpp | 1074 LVI->getPredicateAt(CondCmp->getPredicate(), CondCmp->getOperand(0), in processBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1841 Constant *LazyValueInfo::getPredicateAt(CmpInst::Predicate Pred, Value *V, in getPredicateAt() function in LazyValueInfo 1948 Constant *LazyValueInfo::getPredicateAt(CmpInst::Predicate Pred, Value *LHS, in getPredicateAt() function in LazyValueInfo 1952 return getPredicateAt(Pred, LHS, C, CxtI, UseBlockValue); in getPredicateAt() 1954 return getPredicateAt(CmpInst::getSwappedPredicate(Pred), RHS, C, CxtI, in getPredicateAt()
|