Home | History | Annotate | Download | only in Lex

Lines Matching full:apint

901 /// GetIntegerValue - Convert this numeric literal value to an APInt that
904 bool NumericLiteralParser::GetIntegerValue(llvm::APInt &Val) {
927 llvm::APInt RadixVal(Val.getBitWidth(), radix);
928 llvm::APInt CharVal(Val.getBitWidth(), 0);
929 llvm::APInt OldVal = Val;
1167 llvm::APInt LitVal(PP.getTargetInfo().getIntWidth(), 0);
1189 // Transfer the value from APInt to uint64_t