Searched refs:moveRight (Results 1 – 2 of 2) sorted by relevance
251 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 below897 void moveRight(unsigned Level);1455 path.moveRight(map->height);1957 P.moveRight(IM.height); in treeErase() 1997 P.moveRight(Leve in eraseNode() [all...]
98 void Path::moveRight(unsigned Level) { in moveRight() function in llvm::IntervalMapImpl::Path