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

/external/llvm/include/llvm/ADT/
H A DIntervalMap.h170 // Leaves store ((KeyT, KeyT), ValT) pairs, branches use (NodeRef, KeyT).
416 // PointerIntPair used by NodeRef.
446 //--- IntervalMapImpl::NodeRef ---//
458 // A NodeRef doesn't know whether it references a leaf node or a branch node.
462 // of 0 in a NodeRef. The valid range of sizes is 1-64.
466 class NodeRef { class in namespace:llvm::IntervalMapImpl
475 /// NodeRef - Create a null ref.
476 NodeRef() {} function in class:llvm::IntervalMapImpl::NodeRef
481 /// NodeRef - Create a reference to the node p with n elements.
483 NodeRef(Node function in class:llvm::IntervalMapImpl::NodeRef
[all...]

Completed in 107 milliseconds