Searched defs:dstParts (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 2268 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in tcExtract() local 2388 unsigned srcParts, unsigned dstParts, in tcMultiplyPart()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 2514 unsigned int firstSrcPart, dstParts, shift, n; in tcExtract() local 2615 unsigned int srcParts, unsigned int dstParts, in tcMultiplyPart()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 2446 unsigned int firstSrcPart, dstParts, shift, n; in tcExtract() local 2547 unsigned int srcParts, unsigned int dstParts, in tcMultiplyPart()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2420 unsigned int firstSrcPart, dstParts, shift, n; in tcExtract() local 2521 unsigned int srcParts, unsigned int dstParts, in tcMultiplyPart()
|