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

References

lib/Target/SystemZ/SystemZISelLowering.cpp
 3894   bool IsData = cast<ConstantSDNode>(Op.getOperand(4))->getZExtValue();
 3897     return Op.getOperand(0);
 3899   SDLoc DL(Op);
 3900   bool IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue();
 3902   auto *Node = cast<MemIntrinsicSDNode>(Op.getNode());
 3903   SDValue Ops[] = {Op.getOperand(0), DAG.getTargetConstant(Code, DL, MVT::i32),
 3904                    Op.getOperand(1)};