reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
656 unsigned getOpcode() const { return (unsigned short)NodeType; } 660 bool isTargetOpcode() const { return NodeType >= ISD::BUILTIN_OP_END; } 666 return NodeType >= ISD::FIRST_TARGET_MEMORY_OPCODE; 670 bool isUndef() const { return NodeType == ISD::UNDEF; } 678 return (NodeType == ISD::INTRINSIC_W_CHAIN || 679 NodeType == ISD::INTRINSIC_VOID) && 685 switch (NodeType) { 726 bool isMachineOpcode() const { return NodeType < 0; } 733 return ~NodeType;lib/CodeGen/SelectionDAG/SelectionDAG.cpp
782 N->NodeType = ISD::DELETED_NODE; 7710 N->NodeType = Opc;