Searched refs:PosPart (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2653 SE->getMulExpr(SE->getMinusSCEV(A[K].NegPart, B[K].PosPart),
2656 SE->getMulExpr(SE->getMinusSCEV(A[K].PosPart, B[K].NegPart),
2661 if (isKnownPredicate(CmpInst::ICMP_EQ, A[K].NegPart, B[K].PosPart))
2664 if (isKnownPredicate(CmpInst::ICMP_EQ, A[K].PosPart, B[K].NegPart))
2742 const SCEV *PosPart = local
2743 getPositivePart(SE->getMinusSCEV(A[K].PosPart, B[K].Coeff));
2745 SE->getMinusSCEV(SE->getMulExpr(PosPart, Iter_1), B[K].Coeff);
2754 const SCEV *PosPart = local
2755 getPositivePart(SE->getMinusSCEV(A[K].PosPart, B[K].Coeff));
2756 if (PosPart
2789 const SCEV *PosPart = local
2800 const SCEV *PosPart = getPositivePart(SE->getMinusSCEV(A[K].Coeff, B[K].NegPart)); local
[all...]
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h356 const SCEV *PosPart; member in struct:llvm::DependenceAnalysis::CoefficientInfo

Completed in 94 milliseconds