Lines Matching refs:getAPSIntVal
1076 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned())
1078 uint64_t Val64 = Lex.getAPSIntVal().getLimitedValue(0xFFFFFFFFULL+1);
1920 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned() ||
1921 Lex.getAPSIntVal().getBitWidth() > 64)
1925 uint64_t Size = Lex.getAPSIntVal().getZExtValue();
2245 ID.APSIntVal = Lex.getAPSIntVal();