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

References

lib/Target/ARM/ARMISelLowering.cpp
 6005   if (!getVShiftImm(Op, ElementBits, Cnt))
 6007   return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits);
 6007   return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits);
 6007   return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits);