Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Scaled

420     // Record the scaled array index for this level of the type. If
424 Value *Scaled = ScaledOps.empty() ?
427 GepIndices.push_back(Scaled);
1036 // If the step isn't constant, don't use an implicitly scaled GEP, because