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

References

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
 3646   if (N->getOpcode() != ISD::INTRINSIC_W_CHAIN &&
 3647       N->getOpcode() != ISD::INTRINSIC_WO_CHAIN &&
 3648       N->getOpcode() != ISD::INTRINSIC_VOID) {
 3649     N->printrFull(Msg, CurDAG);
 3652     bool HasInputChain = N->getOperand(0).getValueType() == MVT::Other;
 3654       cast<ConstantSDNode>(N->getOperand(HasInputChain))->getZExtValue();