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

/external/llvm/include/llvm/ADT/
H A DIntervalMap.h191 // Leaves store ((KeyT, KeyT), ValT) pairs, branches use (NodeRef, KeyT).
437 // PointerIntPair used by NodeRef.
467 //--- IntervalMapImpl::NodeRef ---//
479 // A NodeRef doesn't know whether it references a leaf node or a branch node.
483 // of 0 in a NodeRef. The valid range of sizes is 1-64.
487 class NodeRef { class in namespace:llvm::IntervalMapImpl
496 /// NodeRef - Create a null ref.
497 NodeRef() {} function in class:llvm::IntervalMapImpl::NodeRef
502 /// NodeRef - Create a reference to the node p with n elements.
504 NodeRef(Node function in class:llvm::IntervalMapImpl::NodeRef
[all...]

Completed in 127 milliseconds