Searched refs:ZMul (Results 1 – 3 of 3) sorted by relevance
959 const SCEV *ZMul = getMulExpr(CastedMaxBECount, Step); in getZeroExtendExpr() local960 const SCEV *Add = getAddExpr(Start, ZMul); in getZeroExtendExpr()
1488 const SCEV *ZMul = getMulExpr(CastedMaxBECount, Step); in getZeroExtendExpr() local1489 const SCEV *ZAdd = getZeroExtendExpr(getAddExpr(Start, ZMul), WideTy); in getZeroExtendExpr()
1690 const SCEV *ZMul = getMulExpr(CastedMaxBECount, Step, in getZeroExtendExpr() local1692 const SCEV *ZAdd = getZeroExtendExpr(getAddExpr(Start, ZMul, in getZeroExtendExpr()