Searched refs:NegPart (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))
2738 const SCEV *NegPart = local
2739 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff));
2741 SE->getMinusSCEV(SE->getMulExpr(NegPart, Iter_1), B[K].Coeff);
2750 const SCEV *NegPart = local
2751 getNegativePart(SE->getMinusSCEV(A[K].NegPart, B[K].Coeff));
2752 if (NegPart
2785 const SCEV *NegPart = local
2797 const SCEV *NegPart = getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart)); local
[all...]
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h357 const SCEV *NegPart; member in struct:llvm::DependenceAnalysis::CoefficientInfo

Completed in 99 milliseconds