Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h246 /// moveLeft - Move elements to the left.
250 void moveLeft(unsigned i, unsigned j, unsigned Count) { in moveLeft() function
260 assert(i <= j && "Use moveLeft shift elements left"); in moveRight()
273 moveLeft(j, i, Size - j); in erase()
877 /// moveLeft - Move path to the left sibling at Level. Leave nodes below Level
880 void moveLeft(unsigned Level);
922 moveLeft(Level); in legalizeForInsert()
1471 path.moveLeft(map->height);
1879 P.moveLeft(P.height()); in treeInsert()
2064 P.moveLeft(Leve in overflow()
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp48 void Path::moveLeft(unsigned Level) { in moveLeft() function in llvm::IntervalMapImpl::Path