Home
last modified time | relevance | path

Searched refs:moveRight (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h251 assert(j <= i && "Use moveRight shift elements right"); in moveLeft()
255 /// moveRight - Move elements to the right.
259 void moveRight(unsigned i, unsigned j, unsigned Count) { in moveRight() function
287 moveRight(i, i + 1, Size - i); in shift()
308 Sib.moveRight(0, Count, SSize); in transferToRightSib()
894 /// moveRight - Move path to the left sibling at Level. Leave nodes below
897 void moveRight(unsigned Level);
1455 path.moveRight(map->height);
1957 P.moveRight(IM.height); in treeErase()
1997 P.moveRight(Leve in eraseNode()
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp98 void Path::moveRight(unsigned Level) { in moveRight() function in llvm::IntervalMapImpl::Path