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

Method lshrInPlace

ext/src/llvm/APInt.cpp:1032–1034  ·  view source on GitHub ↗

Logical right-shift this APInt by shiftAmt. Logical right-shift function.

Source from the content-addressed store, hash-verified

1030/// Logical right-shift this APInt by shiftAmt.
1031/// Logical right-shift function.
1032void APInt::lshrInPlace(const APInt &shiftAmt) {
1033 lshrInPlace((unsigned)shiftAmt.getLimitedValue(BitWidth));
1034}
1035
1036/// Logical right-shift this APInt by shiftAmt.
1037/// Logical right-shift function.

Callers 6

toStringMethod · 0.80
byteSwapMethod · 0.80
reverseBitsMethod · 0.80
GreatestCommonDivisorMethod · 0.80
toStringMethod · 0.80
lshrFunction · 0.80

Calls 1

lshrInPlaceFunction · 0.85

Tested by

no test coverage detected