Home | History | Annotate | Download | only in AsmParser

Lines Matching full:val64

853   uint64_t Val64 = Lex.getAPSIntVal().getLimitedValue(0xFFFFFFFFULL+1);
854 if (Val64 != unsigned(Val64))
856 Val = Val64;