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

References

lib/Target/X86/X86ISelLowering.cpp
22399     return DAG.expandVACopy(Op.getNode());
22401   SDValue Chain = Op.getOperand(0);
22402   SDValue DstPtr = Op.getOperand(1);
22403   SDValue SrcPtr = Op.getOperand(2);
22404   const Value *DstSV = cast<SrcValueSDNode>(Op.getOperand(3))->getValue();
22405   const Value *SrcSV = cast<SrcValueSDNode>(Op.getOperand(4))->getValue();
22406   SDLoc DL(Op);