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

References

lib/Target/PowerPC/PPCInstrInfo.cpp
 2875       Is64BitLI = Opc == PPC::ADDI8;
 2899       Is64BitLI = Opc != PPC::RLDICL_32;
 2926       Is64BitLI = Opc == PPC::RLWINM8 || Opc == PPC::RLWINM8o;
 2945       Is64BitLI = Opc == PPC::ORI8 || Opc == PPC::XORI8;
 2987     LII.Is64Bit = Is64BitLI;