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

/external/llvm/lib/Support/
H A DIntervalMap.cpp98 void Path::moveRight(unsigned Level) { function in class:llvm::IntervalMapImpl::Path
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h221 assert(j <= i && "Use moveRight shift elements right");
225 /// moveRight - Move elements to the right.
229 void moveRight(unsigned i, unsigned j, unsigned Count) { function in class:llvm::IntervalMapImpl::NodeBase
257 moveRight(i, i + 1, Size - i);
278 Sib.moveRight(0, Count, SSize);
868 /// moveRight - Move path to the left sibling at Level. Leave nodes below
871 void moveRight(unsigned Level);
1381 path.moveRight(map->height);
1885 P.moveRight(IM.height);
1925 P.moveRight(Leve
[all...]

Completed in 73 milliseconds