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

References

lib/Target/ARM/ARMISelDAGToDAG.cpp
 2667         if ((LSB + Width + 1) == N->getValueType(0).getSizeInBits()) {
 2672                               CurDAG->getTargetConstant(LSB, dl, MVT::i32),
 2681             CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, LSB), dl,
 2689         assert(LSB + Width + 1 <= 32 && "Shouldn't create an invalid ubfx");
 2691                           CurDAG->getTargetConstant(LSB, dl, MVT::i32),