Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Scaled

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