Lines Matching refs:A_K
3027 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateDistance() local
3028 if (A_K->isZero()) in propagateDistance()
3030 const SCEV *DA_K = SE->getMulExpr(A_K, CurConstraint.getD()); in propagateDistance()
3035 Dst = addToCoefficient(Dst, CurLoop, SE->getNegativeSCEV(A_K)); in propagateDistance()
3082 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateLine() local
3083 Src = SE->getAddExpr(Src, SE->getMulExpr(A_K, SE->getConstant(CdivA))); in propagateLine()
3096 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateLine() local
3097 Src = SE->getAddExpr(Src, SE->getMulExpr(A_K, SE->getConstant(CdivA))); in propagateLine()
3099 Dst = addToCoefficient(Dst, CurLoop, A_K); in propagateLine()
3105 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagateLine() local
3108 Src = SE->getAddExpr(Src, SE->getMulExpr(A_K, C)); in propagateLine()
3110 Dst = addToCoefficient(Dst, CurLoop, SE->getMulExpr(A_K, B)); in propagateLine()
3127 const SCEV *A_K = findCoefficient(Src, CurLoop); in propagatePoint() local
3129 const SCEV *XA_K = SE->getMulExpr(A_K, CurConstraint.getX()); in propagatePoint()