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

References

lib/Target/ARM/ARMISelLowering.cpp
 5791   assert(Op.getNumOperands() == 3 && "Not a double-shift!");
 5792   EVT VT = Op.getValueType();
 5794   SDLoc dl(Op);
 5795   SDValue ShOpLo = Op.getOperand(0);
 5796   SDValue ShOpHi = Op.getOperand(1);
 5797   SDValue ShAmt  = Op.getOperand(2);
 5800   unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL;
 5802   assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS);
 5802   assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS);