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

/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.h43 APSInt APSIntVal; member in class:llvm::LLLexer
59 const APSInt &getAPSIntVal() const { return APSIntVal; }
H A DLLParser.h51 t_APSInt, t_APFloat, // Value in APSIntVal/APFloatVal.
64 APSInt APSIntVal; member in struct:llvm::ValID
72 StrVal(RHS.StrVal), StrVal2(RHS.StrVal2), APSIntVal(RHS.APSIntVal),
H A DLLLexer.cpp809 APSIntVal = APSInt(Tmp, TokStart[0] == 'u');
926 APSIntVal = APSInt(StringRef(TokStart, CurPtr - TokStart));
H A DLLParser.cpp2538 ID.APSIntVal = Lex.getAPSIntVal();
4190 ID.APSIntVal = ID.APSIntVal.extOrTrunc(Ty->getPrimitiveSizeInBits());
4191 V = ConstantInt::get(Context, ID.APSIntVal);

Completed in 63 milliseconds