Home
last modified time | relevance | path

Searched refs:tcShiftRight (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1076 tcShiftRight(U.pVal, getNumWords(), ShiftAmt); in lshrSlowCase()
2391 tcShiftRight(dst, dstParts, shift); in tcExtract()
2656 tcShiftRight(srhs, parts, 1); in tcDivide()
2695 void APInt::tcShiftRight(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftRight() function in APInt
H A DAPFloat.cpp674 APInt::tcShiftRight(dst, parts, bits); in shiftRight()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1861 static void tcShiftRight(WordType *, unsigned Words, unsigned Count);