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.h42 APSInt APSIntVal{0};
62 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.cpp995 APSIntVal = APSInt(Tmp, TokStart[0] == 'u'); in LexIdentifier()
1130 APSIntVal = APSInt(StringRef(TokStart, CurPtr - TokStart)); in LexDigitOrNegative()
H A DLLParser.cpp3816 ID.APSIntVal = Lex.getAPSIntVal(); in parseValID()
6121 ID.APSIntVal = ID.APSIntVal.extOrTrunc(Ty->getPrimitiveSizeInBits()); in convertValIDToValue()
6122 V = ConstantInt::get(Context, ID.APSIntVal); in convertValIDToValue()