reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
197 (IntPart << Scale) + (1ULL << (Scale - 1)), 200 ASSERT_EQ(ValWithFract.getIntPart(), IntPart); 209 APInt(Sema.getWidth(), (IntPart << Scale), Sema.isSigned()), Sema); 210 ASSERT_EQ(WholeNum.getIntPart(), IntPart); 215 APInt(Sema.getWidth(), (IntPart << Scale), Sema.isSigned()), Sema); 216 ASSERT_EQ(Negative.getIntPart(), IntPart);