Home | History | Annotate | Download | only in Analysis

Lines Matching full:smul

994           const SCEV *SMul = getMulExpr(CastedMaxBECount, Step);
995 Add = getAddExpr(Start, SMul);
1244 const SCEV *SMul = getMulExpr(CastedMaxBECount, Step);
1245 const SCEV *Add = getAddExpr(Start, SMul);