/external/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 198 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()
|
D | JumpThreading.cpp | 816 LVI->getPredicateAt(CondCmp->getPredicate(), CondCmp->getOperand(0), in ProcessBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 319 LVI->getPredicateAt(Cmp->getPredicate(), Op0, C, Cmp); in processCmp() 587 LVI->getPredicateAt(ICmpInst::ICMP_EQ, V, in processCallSite() 611 auto Result = LVI->getPredicateAt(ICmpInst::ICMP_SGE, O, Zero, SDI); in hasPositiveOperands() 705 if (LVI->getPredicateAt(ICmpInst::ICMP_SGE, SDI->getOperand(0), Zero, SDI) != in processAShr() 727 if (LVI->getPredicateAt(ICmpInst::ICMP_SGE, Base, Zero, SDI) != in processSExt() 821 LVI->getPredicateAt(C->getPredicate(), Op0, Op1, At); in getConstantAt()
|
D | JumpThreading.cpp | 1114 LVI->getPredicateAt(CondCmp->getPredicate(), CondCmp->getOperand(0), in ProcessBlock()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 308 LVI->getPredicateAt(Cmp->getPredicate(), Op0, C, Cmp, in processCmp() 575 LVI->getPredicateAt(ICmpInst::ICMP_EQ, V, in processCallSite() 598 auto Result = LVI->getPredicateAt(ICmpInst::ICMP_SGE, V, Zero, CxtI); in isNonNegative() 604 auto Result = LVI->getPredicateAt(ICmpInst::ICMP_SLE, V, Zero, CxtI); in isNonPositive() 958 LVI->getPredicateAt(C->getPredicate(), Op0, Op1, At); in getConstantAt()
|
D | JumpThreading.cpp | 1143 LVI->getPredicateAt(CondCmp->getPredicate(), CondCmp->getOperand(0), in processBlock()
|
/external/llvm/include/llvm/Analysis/ |
D | LazyValueInfo.h | 77 Tristate getPredicateAt(unsigned Pred, Value *V, Constant *C,
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | LazyValueInfo.h | 77 Tristate getPredicateAt(unsigned Pred, Value *V, Constant *C,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LazyValueInfo.h | 78 Tristate getPredicateAt(unsigned Pred, Value *V, Constant *C,
|
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1614 LazyValueInfo::getPredicateAt(unsigned Pred, Value *V, Constant *C, in getPredicateAt() function in LazyValueInfo
|
/external/llvm-project/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1746 LazyValueInfo::getPredicateAt(unsigned Pred, Value *V, Constant *C, in getPredicateAt() function in LazyValueInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1854 LazyValueInfo::getPredicateAt(unsigned Pred, Value *V, Constant *C, in getPredicateAt() function in LazyValueInfo
|