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

References

lib/Target/SystemZ/SystemZISelLowering.cpp
 3192   SDValue Chain      = Op.getOperand(0);
 3193   SDValue DstPtr     = Op.getOperand(1);
 3194   SDValue SrcPtr     = Op.getOperand(2);
 3195   const Value *DstSV = cast<SrcValueSDNode>(Op.getOperand(3))->getValue();
 3196   const Value *SrcSV = cast<SrcValueSDNode>(Op.getOperand(4))->getValue();
 3197   SDLoc DL(Op);