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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1542 class CondCodeSDNode : public SDNode { class in class:llvm::SDNode
1545 explicit CondCodeSDNode(ISD::CondCode Cond) function in class:llvm::SDNode::CondCodeSDNode
1553 static bool classof(const CondCodeSDNode *) { return true; }

Completed in 121 milliseconds