Home | History | Annotate | Download | only in ADT

Lines Matching full:apint

41   APInt payload = APInt::getOneBitSet(4, 2);
960 EXPECT_EQ(APSInt(APInt(5, 10), true), result);
978 EXPECT_EQ(APSInt(APInt(5, 7), true), result);
985 EXPECT_EQ(APSInt(APInt(5, -10, true), false), result);
1000 static APInt nanbits(const fltSemantics &Sem,
1002 APInt apfill(64, fill);