Searched defs:getAsInteger (Results 1 – 6 of 6) sorted by relevance
73 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
494 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function505 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
499 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function510 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
523 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
514 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
413 llvm::Optional<int64_t> getAsInteger() const { in getAsInteger() function