Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Scaled

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