Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLLexer.h61 const APSInt &getAPSIntVal() const { return APSIntVal; } in getAPSIntVal() function
DLLParser.cpp856 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) in ParseUInt32()
858 uint64_t Val64 = Lex.getAPSIntVal().getLimitedValue(0xFFFFFFFFULL+1); in ParseUInt32()
1590 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned() || in ParseArrayVectorType()
1591 Lex.getAPSIntVal().getBitWidth() > 64) in ParseArrayVectorType()
1595 uint64_t Size = Lex.getAPSIntVal().getZExtValue(); in ParseArrayVectorType()
1915 ID.APSIntVal = Lex.getAPSIntVal(); in ParseValID()
/external/llvm/lib/AsmParser/
DLLLexer.h59 const APSInt &getAPSIntVal() const { return APSIntVal; } in getAPSIntVal() function
DLLParser.cpp1261 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) in ParseUInt32()
1263 uint64_t Val64 = Lex.getAPSIntVal().getLimitedValue(0xFFFFFFFFULL+1); in ParseUInt32()
1274 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) in ParseUInt64()
1276 Val = Lex.getAPSIntVal().getLimitedValue(); in ParseUInt64()
2402 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned() || in ParseArrayVectorType()
2403 Lex.getAPSIntVal().getBitWidth() > 64) in ParseArrayVectorType()
2407 uint64_t Size = Lex.getAPSIntVal().getZExtValue(); in ParseArrayVectorType()
2702 ID.APSIntVal = Lex.getAPSIntVal(); in ParseValID()
3430 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) in ParseMDField()
3433 auto &U = Lex.getAPSIntVal(); in ParseMDField()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLLexer.h63 const APSInt &getAPSIntVal() const { return APSIntVal; } in getAPSIntVal() function
DLLParser.cpp1439 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) in ParseUInt32()
1441 uint64_t Val64 = Lex.getAPSIntVal().getLimitedValue(0xFFFFFFFFULL+1); in ParseUInt32()
1452 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) in ParseUInt64()
1454 Val = Lex.getAPSIntVal().getLimitedValue(); in ParseUInt64()
2663 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned() || in ParseArrayVectorType()
2664 Lex.getAPSIntVal().getBitWidth() > 64) in ParseArrayVectorType()
2668 uint64_t Size = Lex.getAPSIntVal().getZExtValue(); in ParseArrayVectorType()
2978 ID.APSIntVal = Lex.getAPSIntVal(); in ParseValID()
3806 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) in ParseMDField()
3809 auto &U = Lex.getAPSIntVal(); in ParseMDField()
[all …]