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

References

lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
 1544     if ((Op1.getOpcode() == ISD::LOAD && Op0.getOpcode() != ISD::LOAD) ||
 1547          Op1.getOpcode() == ISD::Constant &&
 1548          isInt<16>(cast<ConstantSDNode>(Op1)->getSExtValue()) &&
 1562         CurDAG->UpdateNodeOperands(Node, Op1, Op0, CCValid, CCMask, Op4);