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

References

lib/Target/ARM/ARMISelLowering.cpp
 6020   if (!getVShiftImm(Op, ElementBits, Cnt))
 6023     return (Cnt >= 1 && Cnt <= (isNarrow ? ElementBits / 2 : ElementBits));
 6023     return (Cnt >= 1 && Cnt <= (isNarrow ? ElementBits / 2 : ElementBits));
 6024   if (Cnt >= -(isNarrow ? ElementBits / 2 : ElementBits) && Cnt <= -1) {
 6024   if (Cnt >= -(isNarrow ? ElementBits / 2 : ElementBits) && Cnt <= -1) {
 6025     Cnt = -Cnt;
 6025     Cnt = -Cnt;