Home
last modified time | relevance | path

Searched refs:LLVal (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
DStringRef.h360 long long LLVal; in getAsInteger() local
361 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()
362 static_cast<T>(LLVal) != LLVal) in getAsInteger()
364 Result = LLVal; in getAsInteger()