Searched refs:RepresentsUntilExp (Results 1 – 1 of 1) sorted by relevance
157 unsigned RepresentsUntilExp; in isLossOfPrecision() local161 RepresentsUntilExp = llvm::APFloat::semanticsPrecision(Sema); in isLossOfPrecision()163 RepresentsUntilExp = AC.getIntWidth(DestType); in isLossOfPrecision()164 if (RepresentsUntilExp == 1) { in isLossOfPrecision()169 RepresentsUntilExp--; in isLossOfPrecision()172 if (RepresentsUntilExp >= sizeof(unsigned long long) * CHAR_BIT) { in isLossOfPrecision()181 if (RepresentsUntilExp >= CorrectedSrcWidth) { in isLossOfPrecision()186 unsigned long long MaxVal = 1ULL << RepresentsUntilExp; in isLossOfPrecision()