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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp97 void Path::moveRight(unsigned Level) { function in class:llvm::IntervalMapImpl::Path
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h248 assert(j <= i && "Use moveRight shift elements right");
252 /// moveRight - Move elements to the right.
256 void moveRight(unsigned i, unsigned j, unsigned Count) { function in class:llvm::IntervalMapImpl::NodeBase
284 moveRight(i, i + 1, Size - i);
305 Sib.moveRight(0, Count, SSize);
891 /// moveRight - Move path to the left sibling at Level. Leave nodes below
894 void moveRight(unsigned Level);
1403 path.moveRight(map->height);
1905 P.moveRight(IM.height);
1945 P.moveRight(Leve
[all...]

Completed in 155 milliseconds