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

References

lib/Target/Mips/MipsISelLowering.cpp
 1855   BuildMI(BB, DL, TII->get(Mips::ANDi), PtrLSB2)
 1858     BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3);
 1862       .addReg(PtrLSB2).addImm((Size == 1) ? 3 : 2);