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