reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
11746   for (int Scale = 2; Scale * ScalarSizeInBits <= MaxWidth; Scale *= 2)
11746   for (int Scale = 2; Scale * ScalarSizeInBits <= MaxWidth; Scale *= 2)
11747     for (int Shift = 1; Shift != Scale; ++Shift)
11749         if (CheckZeros(Shift, Scale, Left)) {
11750           int ShiftAmt = MatchShift(Shift, Scale, Left);