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

References

lib/CodeGen/CodeGenPrepare.cpp
 1619   bool shiftIsLegal = TLI.isTypeLegal(TLI.getValueType(DL, ShiftI->getType()));
 1619   bool shiftIsLegal = TLI.isTypeLegal(TLI.getValueType(DL, ShiftI->getType()));
 1657           (!TLI.isTypeLegal(TLI.getValueType(DL, User->getType()))))
 1657           (!TLI.isTypeLegal(TLI.getValueType(DL, User->getType()))))
 1659             SinkShiftAndTruncate(ShiftI, User, CI, InsertedShifts, TLI, DL);