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

References

lib/Target/PowerPC/PPCISelLowering.cpp
 8519     if (SextVal == (int)((unsigned)i << TypeShiftAmt)) {
 8530     if (SextVal == (int)((unsigned)i >> TypeShiftAmt)) {
 8541     if (SextVal == (int)((unsigned)i >> TypeShiftAmt)) {
 8552     if (SextVal == (int)(((unsigned)i << TypeShiftAmt) |
 8553                          ((unsigned)i >> (SplatBitSize-TypeShiftAmt)))) {