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

References

lib/Target/MSP430/MSP430ISelLowering.cpp
 1544   if (Opc == MSP430::Shl8  || Opc == MSP430::Shl16 ||
 1544   if (Opc == MSP430::Shl8  || Opc == MSP430::Shl16 ||
 1545       Opc == MSP430::Sra8  || Opc == MSP430::Sra16 ||
 1545       Opc == MSP430::Sra8  || Opc == MSP430::Sra16 ||
 1546       Opc == MSP430::Srl8  || Opc == MSP430::Srl16 ||
 1546       Opc == MSP430::Srl8  || Opc == MSP430::Srl16 ||
 1547       Opc == MSP430::Rrcl8 || Opc == MSP430::Rrcl16)
 1547       Opc == MSP430::Rrcl8 || Opc == MSP430::Rrcl16)
 1553   assert((Opc == MSP430::Select16 || Opc == MSP430::Select8) &&
 1553   assert((Opc == MSP430::Select16 || Opc == MSP430::Select8) &&