Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLLexer.h60 const APSInt &getAPSIntVal() const { return APSIntVal; } in getAPSIntVal() function
DLLParser.cpp1076 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) in ParseUInt32()
1078 uint64_t Val64 = Lex.getAPSIntVal().getLimitedValue(0xFFFFFFFFULL+1); in ParseUInt32()
1920 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned() || in ParseArrayVectorType()
1921 Lex.getAPSIntVal().getBitWidth() > 64) in ParseArrayVectorType()
1925 uint64_t Size = Lex.getAPSIntVal().getZExtValue(); in ParseArrayVectorType()
2245 ID.APSIntVal = Lex.getAPSIntVal(); in ParseValID()