Home
last modified time | relevance | path

Searched defs:dstParts (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2405 unsigned int firstSrcPart, dstParts, shift, n; in tcExtract() local
2506 unsigned int srcParts, unsigned int dstParts, in tcMultiplyPart()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp2422 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in tcExtract() local
2542 unsigned srcParts, unsigned dstParts, in tcMultiplyPart()