Searched refs:tcShiftRight (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Support/ |
D | APInt.cpp | 2451 tcShiftRight (dst, dstParts, shift); in tcExtract() 2727 tcShiftRight(srhs, parts, 1); in tcDivide() 2772 APInt::tcShiftRight(integerPart *dst, unsigned int parts, unsigned int count) in tcShiftRight() function in APInt
|
D | APFloat.cpp | 371 APInt::tcShiftRight(dst, parts, bits); in shiftRight()
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1694 static void tcShiftRight(integerPart *, unsigned int parts,
|