Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLLexer.h63 const APSInt &getAPSIntVal() const { return APSIntVal; } in getAPSIntVal() function
H A DLLParser.cpp1460 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) in ParseUInt32()
1473 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) in ParseUInt64()
1475 Val = Lex.getAPSIntVal().getLimitedValue(); in ParseUInt64()
2689 Lex.getAPSIntVal().getBitWidth() > 64) in ParseArrayVectorType()
2693 uint64_t Size = Lex.getAPSIntVal().getZExtValue(); in ParseArrayVectorType()
2974 ID.APSIntVal = Lex.getAPSIntVal(); in ParseValID()
3840 auto &U = Lex.getAPSIntVal(); in ParseMDField()
4094 auto &S = Lex.getAPSIntVal(); in ParseMDField()
4171 if (Lex.getAPSIntVal().isSigned()) { in ParseMDField()
4834 auto &U = Lex.getAPSIntVal(); in ParseDIExpression()
[all …]