Searched refs:isTargetOpcode (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h150 inline bool isTargetOpcode() const;
364 /// isTargetOpcode - Test if this node has a target-specific opcode (in the
366 bool isTargetOpcode() const { return NodeType >= ISD::BUILTIN_OP_END; } function in class:llvm::SDNode
791 inline bool SDValue::isTargetOpcode() const { function in class:llvm::SDNode::SDValue
792 return Node->isTargetOpcode();

Completed in 118 milliseconds