Searched refs:getAsSignedInteger (Results 1 – 2 of 2) sorted by relevance
33 bool getAsSignedInteger(StringRef Str, unsigned Radix, long long &Result);335 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()
363 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() function in llvm