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

References

lib/Target/ARM/ARMISelLowering.cpp
14898   if (V < 0) {
14900     V = -V;
14900     V = -V;
14910       return isShiftedUInt<7,2>(V);
14913       return isShiftedUInt<7,1>(V);
14915       return isUInt<7>(V);
14923     return isShiftedUInt<8, 1>(V);
14926     return isShiftedUInt<8, 2>(V);
14931       return isUInt<8>(V);
14932     return isUInt<12>(V);