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
60 const APSInt &getAPSIntVal() const { return APSIntVal; } in getAPSIntVal()
DLLLexer.cpp703 APSIntVal = APSInt(Tmp, TokStart[0] == 'u'); in LexIdentifier()
828 APSIntVal = APSInt(Tmp, false); in LexDigitOrNegative()
833 APSIntVal = APSInt(Tmp, true); in LexDigitOrNegative()
DLLParser.h63 APSInt APSIntVal; member
DLLParser.cpp2245 ID.APSIntVal = Lex.getAPSIntVal(); in ParseValID()
2816 ID.APSIntVal = ID.APSIntVal.extOrTrunc(Ty->getPrimitiveSizeInBits()); in ConvertValIDToValue()
2817 V = ConstantInt::get(Context, ID.APSIntVal); in ConvertValIDToValue()