Lines Matching defs:A_K
3182 const SCEV *A_K = findCoefficient(Src, CurLoop);
3183 if (A_K->isZero())
3185 const SCEV *DA_K = SE->getMulExpr(A_K, CurConstraint.getD());
3190 Dst = addToCoefficient(Dst, CurLoop, SE->getNegativeSCEV(A_K));
3237 const SCEV *A_K = findCoefficient(Src, CurLoop);
3238 Src = SE->getAddExpr(Src, SE->getMulExpr(A_K, SE->getConstant(CdivA)));
3251 const SCEV *A_K = findCoefficient(Src, CurLoop);
3252 Src = SE->getAddExpr(Src, SE->getMulExpr(A_K, SE->getConstant(CdivA)));
3254 Dst = addToCoefficient(Dst, CurLoop, A_K);
3260 const SCEV *A_K = findCoefficient(Src, CurLoop);
3263 Src = SE->getAddExpr(Src, SE->getMulExpr(A_K, C));
3265 Dst = addToCoefficient(Dst, CurLoop, SE->getMulExpr(A_K, B));
3281 const SCEV *A_K = findCoefficient(Src, CurLoop);
3283 const SCEV *XA_K = SE->getMulExpr(A_K, CurConstraint.getX());