reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
826 SDLoc DL(Op); 827 EVT VT = Op.getValueType(); 829 SDValue Lo = Op.getOperand(0); 830 SDValue Hi = Op.getOperand(1); 831 SDValue Shift = Op.getOperand(2); 835 const bool SRA = Op.getOpcode() == ISD::SRA_PARTS;