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