Searched refs:LLVal (Results 1 – 1 of 1) sorted by relevance
338 long long LLVal; in getAsInteger() local339 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()340 static_cast<T>(LLVal) != LLVal) in getAsInteger()342 Result = LLVal; in getAsInteger()