Searched refs:LLVal (Results 1 – 1 of 1) sorted by relevance
360 long long LLVal; in getAsInteger() local361 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()362 static_cast<T>(LLVal) != LLVal) in getAsInteger()364 Result = LLVal; in getAsInteger()