Searched refs:LLVal (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringRef.h | 495 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | StringRef.h | 498 long long LLVal; in getAsInteger() local 499 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger() 500 static_cast<T>(LLVal) != LLVal) in getAsInteger() 502 Result = LLVal; in getAsInteger() 532 long long LLVal; in consumeInteger() local 533 if (consumeSignedInteger(*this, Radix, LLVal) || in consumeInteger() 534 static_cast<long long>(static_cast<T>(LLVal)) != LLVal) in consumeInteger() 536 Result = LLVal; in consumeInteger()
|
/external/llvm/include/llvm/ADT/ |
D | StringRef.h | 367 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()
|