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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp25 NodeRef Path::getLeftSibling(unsigned Level) const { function in class:llvm::IntervalMapImpl::Path
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h869 /// getLeftSibling - Get the left sibling node at Level, or a null NodeRef.
872 NodeRef getLeftSibling(unsigned Level) const;
886 /// getLeftSibling - Get the left sibling node at Level, or a null NodeRef.
1626 } else if (NodeRef NR = P.getLeftSibling(P.height())) {
1816 if (NodeRef Sib = P.getLeftSibling(P.height())) {
1975 NodeRef LeftSib = P.getLeftSibling(Level);

Completed in 109 milliseconds