Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DStringRef.h515 long long LLVal; in getAsInteger() local
516 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()
517 static_cast<T>(LLVal) != LLVal) in getAsInteger()
519 Result = LLVal; in getAsInteger()
549 long long LLVal; in consumeInteger() local
550 if (consumeSignedInteger(*this, Radix, LLVal) || in consumeInteger()
551 static_cast<long long>(static_cast<T>(LLVal)) != LLVal) in consumeInteger()
553 Result = LLVal; in consumeInteger()