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

References

lib/Target/AArch64/AArch64InstrInfo.cpp
 3059     ShiftSize = 12;
 3064     ShiftSize = 0;
 3086   const unsigned MaxEncodableValue = MaxEncoding << ShiftSize;
 3091       ThisVal = ThisVal >> ShiftSize;
 3092       LocalShiftSize = ShiftSize;
 3094     assert((ThisVal >> ShiftSize) <= MaxEncoding &&
 3099     if (ShiftSize)