Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringRef.h495 long long LLVal; in getAsInteger() local
496 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()
497 static_cast<T>(LLVal) != LLVal) in getAsInteger()
499 Result = LLVal; in getAsInteger()
529 long long LLVal; in consumeInteger() local
530 if (consumeSignedInteger(*this, Radix, LLVal) || in consumeInteger()
531 static_cast<long long>(static_cast<T>(LLVal)) != LLVal) in consumeInteger()
533 Result = LLVal; in consumeInteger()
/external/llvm/include/llvm/ADT/
DStringRef.h367 long long LLVal; in getAsInteger() local
368 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()
369 static_cast<T>(LLVal) != LLVal) in getAsInteger()
371 Result = LLVal; in getAsInteger()