Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp1994 unsigned int newPartCount, oldPartCount; in convert() local
2000 newPartCount = partCountForBits(toSemantics.precision + 1); in convert()
2036 if (newPartCount > oldPartCount) { in convert()
2039 newParts = new integerPart[newPartCount]; in convert()
2040 APInt::tcSet(newParts, 0, newPartCount); in convert()
2045 } else if (newPartCount == 1 && oldPartCount != 1) { in convert()
2060 APInt::tcShiftLeft(significandParts(), newPartCount, shift); in convert()