Searched refs:getLeftSibling (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DIntervalMap.cpp25 NodeRef Path::getLeftSibling(unsigned Level) const { function in class:llvm::IntervalMapImpl::Path
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h866 /// getLeftSibling - Get the left sibling node at Level, or a null NodeRef.
869 NodeRef getLeftSibling(unsigned Level) const;
883 /// getLeftSibling - Get the left sibling node at Level, or a null NodeRef.
1625 } else if (NodeRef NR = P.getLeftSibling(P.height())) {
1816 if (NodeRef Sib = P.getLeftSibling(P.height())) {
1975 NodeRef LeftSib = P.getLeftSibling(Level);

Completed in 328 milliseconds