Home
last modified time | relevance | path

Searched refs:APSIntVal (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h55 APSInt APSIntVal{0};
75 const APSInt &getAPSIntVal() const { return APSIntVal; } in getAPSIntVal()
H A DLLParser.h78 APSInt APSIntVal; member
87 StrVal(RHS.StrVal), StrVal2(RHS.StrVal2), APSIntVal(RHS.APSIntVal), in ValID()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp1051 APSIntVal = APSInt(Tmp, TokStart[0] == 'u'); in LexIdentifier()
1186 APSIntVal = APSInt(StringRef(TokStart, CurPtr - TokStart)); in LexDigitOrNegative()
H A DLLParser.cpp3920 ID.APSIntVal = Lex.getAPSIntVal(); in parseValID()
6421 ID.APSIntVal = ID.APSIntVal.extOrTrunc(Ty->getPrimitiveSizeInBits()); in convertValIDToValue()
6422 V = ConstantInt::get(Context, ID.APSIntVal); in convertValIDToValue()