Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp2303 unsigned int newPartCount, oldPartCount; in convert() local
2310 newPartCount = partCountForBits(toSemantics.precision + 1); in convert()
2355 if (newPartCount > oldPartCount) { in convert()
2358 newParts = new integerPart[newPartCount]; in convert()
2359 APInt::tcSet(newParts, 0, newPartCount); in convert()
2364 } else if (newPartCount == 1 && oldPartCount != 1) { in convert()
2379 APInt::tcShiftLeft(significandParts(), newPartCount, shift); in convert()