MCPcopy Create free account
hub / github.com/ablab/spades / rotr

Method rotr

ext/src/llvm/APInt.cpp:1079–1081  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1077}
1078
1079APInt APInt::rotr(const APInt &rotateAmt) const {
1080 return rotr(rotateModulo(BitWidth, rotateAmt));
1081}
1082
1083APInt APInt::rotr(unsigned rotateAmt) const {
1084 rotateAmt %= BitWidth;

Callers

nothing calls this directly

Calls 3

rotateModuloFunction · 0.85
lshrFunction · 0.85
shlFunction · 0.85

Tested by

no test coverage detected