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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 5597   assert(Op.getNumOperands() == 3 && "Not a double-shift!");
 5598   EVT VT = Op.getValueType();
 5600   SDLoc dl(Op);
 5601   SDValue ShOpLo = Op.getOperand(0);
 5602   SDValue ShOpHi = Op.getOperand(1);
 5603   SDValue ShAmt = Op.getOperand(2);
 5604   unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL;
 5606   assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS);
 5606   assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS);