Searched refs:getPredicateAt (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 292 LVI->getPredicateAt(Cmp->getPredicate(), Op0, C, Cmp); in processCmp() 473 LVI->getPredicateAt(ICmpInst::ICMP_EQ, V, in processCallSite() 497 auto Result = LVI->getPredicateAt(ICmpInst::ICMP_SGE, O, Zero, SDI); in hasPositiveOperands() 591 if (LVI->getPredicateAt(ICmpInst::ICMP_SGE, SDI->getOperand(0), Zero, SDI) != in processAShr() 674 LVI->getPredicateAt(C->getPredicate(), Op0, Op1, At); in getConstantAt()
|
| H A D | JumpThreading.cpp | 1139 LVI->getPredicateAt(CondCmp->getPredicate(), CondCmp->getOperand(0), in ProcessBlock()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | LazyValueInfo.h | 79 Tristate getPredicateAt(unsigned Pred, Value *V, Constant *C,
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1706 LazyValueInfo::getPredicateAt(unsigned Pred, Value *V, Constant *C, in getPredicateAt() function in LazyValueInfo
|