Searched defs:getAsInteger (Results 1 – 6 of 6) sorted by relevance
74 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
111 const llvm::APSInt *SVal::getAsInteger() const { in getAsInteger() function in SVal
478 template <typename T> bool getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
588 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
427 std::optional<int64_t> getAsInteger() const { in getAsInteger() function
410 template <class T> static ErrorOr<T> getAsInteger(StringRef Val) { in getAsInteger() function