Searched refs:PosPart (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2720 SE->getMulExpr(SE->getMinusSCEV(A[K].NegPart, B[K].PosPart), in findBoundsALL() 2723 SE->getMulExpr(SE->getMinusSCEV(A[K].PosPart, B[K].NegPart), in findBoundsALL() 2728 if (isKnownPredicate(CmpInst::ICMP_EQ, A[K].NegPart, B[K].PosPart)) in findBoundsALL() 2731 if (isKnownPredicate(CmpInst::ICMP_EQ, A[K].PosPart, B[K].NegPart)) in findBoundsALL() 2808 const SCEV *PosPart = in findBoundsLT() local 2809 getPositivePart(SE->getMinusSCEV(A[K].PosPart, B[K].Coeff)); in findBoundsLT() 2811 SE->getMinusSCEV(SE->getMulExpr(PosPart, Iter_1), B[K].Coeff); in findBoundsLT() 2820 const SCEV *PosPart = in findBoundsLT() local 2821 getPositivePart(SE->getMinusSCEV(A[K].PosPart, B[K].Coeff)); in findBoundsLT() 2822 if (PosPart->isZero()) in findBoundsLT() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 359 const SCEV *PosPart; member
|