Home | History | Annotate | Download | only in AsmParser

Lines Matching full:val64

1074   uint64_t Val64 = Lex.getAPSIntVal().getLimitedValue(0xFFFFFFFFULL+1);
1075 if (Val64 != unsigned(Val64))
1077 Val = Val64;