LLVM
8.0.1
|
#include "llvm/CodeGen/SelectionDAGNodes.h"
Public Member Functions | |
bool | operator== (const SDNodeIterator &x) const |
bool | operator!= (const SDNodeIterator &x) const |
pointer | operator* () const |
pointer | operator-> () const |
SDNodeIterator & | operator++ () |
SDNodeIterator | operator++ (int) |
size_t | operator- (SDNodeIterator Other) const |
unsigned | getOperand () const |
const SDNode * | getNode () const |
Static Public Member Functions | |
static SDNodeIterator | begin (const SDNode *N) |
static SDNodeIterator | end (const SDNode *N) |
Definition at line 2347 of file SelectionDAGNodes.h.
|
inlinestatic |
Definition at line 2378 of file SelectionDAGNodes.h.
Referenced by llvm::GraphTraits< SDNode * >::child_begin(), llvm::SelectionDAG::setGraphColor(), and llvm::TargetLowering::SimplifyDemandedBits().
|
inlinestatic |
Definition at line 2379 of file SelectionDAGNodes.h.
References llvm::SDNode::getNumOperands().
Referenced by llvm::GraphTraits< SDNode * >::child_end(), llvm::SelectionDAG::setGraphColor(), and llvm::TargetLowering::SimplifyDemandedBits().
Definition at line 2384 of file SelectionDAGNodes.h.
|
inline |
Definition at line 2383 of file SelectionDAGNodes.h.
|
inline |
Definition at line 2358 of file SelectionDAGNodes.h.
References llvm::SDValue::operator==().
|
inline |
Definition at line 2360 of file SelectionDAGNodes.h.
References llvm::SDValue::getNode(), and llvm::SDNode::getOperand().
|
inline |
Definition at line 2365 of file SelectionDAGNodes.h.
|
inline |
Definition at line 2369 of file SelectionDAGNodes.h.
|
inline |
Definition at line 2372 of file SelectionDAGNodes.h.
References assert().
|
inline |
Definition at line 2363 of file SelectionDAGNodes.h.
References llvm::operator*().
|
inline |
Definition at line 2355 of file SelectionDAGNodes.h.