Home
last modified time | relevance | path

Searched refs:getPredicateAt (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp198 LVI->getPredicateAt(C->getPredicate(), Op0, Op1, C); in processCmp()
309 LVI->getPredicateAt(ICmpInst::ICMP_EQ, V, in processCallSite()
344 auto Result = LVI->getPredicateAt(ICmpInst::ICMP_SGE, O, Zero, SDI); in hasPositiveOperands()
398 LVI->getPredicateAt(C->getPredicate(), Op0, Op1, At); in getConstantAt()
DJumpThreading.cpp816 LVI->getPredicateAt(CondCmp->getPredicate(), CondCmp->getOperand(0), in ProcessBlock()
/external/llvm/include/llvm/Analysis/
DLazyValueInfo.h77 Tristate getPredicateAt(unsigned Pred, Value *V, Constant *C,
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp1614 LazyValueInfo::getPredicateAt(unsigned Pred, Value *V, Constant *C, in getPredicateAt() function in LazyValueInfo