Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2384 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; tcExtract() local
2502 tcMultiplyPart(WordType * dst,const WordType * src,WordType multiplier,WordType carry,unsigned srcParts,unsigned dstParts,bool add) tcMultiplyPart() argument
[all...]