Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLLexer.h43 APSInt APSIntVal; variable
63 const APSInt &getAPSIntVal() const { return APSIntVal; } in getAPSIntVal()
H A DLLParser.h65 APSInt APSIntVal; member
73 StrVal(RHS.StrVal), StrVal2(RHS.StrVal2), APSIntVal(RHS.APSIntVal), in ValID()
H A DLLLexer.cpp946 APSIntVal = APSInt(Tmp, TokStart[0] == 'u'); in LexIdentifier()
1064 APSIntVal = APSInt(StringRef(TokStart, CurPtr - TokStart)); in LexDigitOrNegative()
H A DLLParser.cpp2974 ID.APSIntVal = Lex.getAPSIntVal(); in ParseValID()
5028 ID.APSIntVal = ID.APSIntVal.extOrTrunc(Ty->getPrimitiveSizeInBits()); in ConvertValIDToValue()
5029 V = ConstantInt::get(Context, ID.APSIntVal); in ConvertValIDToValue()