Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLLexer.h43 APSInt APSIntVal; variable
59 const APSInt &getAPSIntVal() const { return APSIntVal; } in getAPSIntVal()
DLLLexer.cpp787 APSIntVal = APSInt(Tmp, TokStart[0] == 'u'); in LexIdentifier()
912 APSIntVal = APSInt(Tmp, false); in LexDigitOrNegative()
917 APSIntVal = APSInt(Tmp, true); in LexDigitOrNegative()
DLLParser.h62 APSInt APSIntVal; member
DLLParser.cpp2363 ID.APSIntVal = Lex.getAPSIntVal(); in ParseValID()
3929 ID.APSIntVal = ID.APSIntVal.extOrTrunc(Ty->getPrimitiveSizeInBits()); in ConvertValIDToValue()
3930 V = ConstantInt::get(Context, ID.APSIntVal); in ConvertValIDToValue()