Searched refs:RawValue (Results 1 – 1 of 1) sorted by relevance
70 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() argument71 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()