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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h182 inline bool isTargetOpcode() const;
403 /// isTargetOpcode - Test if this node has a target-specific opcode (in the
405 bool isTargetOpcode() const { return NodeType >= ISD::BUILTIN_OP_END; } function in class:llvm::SDNode
895 inline bool SDValue::isTargetOpcode() const { function in class:llvm::SDValue
896 return Node->isTargetOpcode();

Completed in 190 milliseconds