mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 16:21:41 +00:00
add a helper method.
llvm-svn: 39885
This commit is contained in:
parent
f2fd4e185e
commit
03bc1d9018
@ -50,6 +50,7 @@ public:
|
||||
bool isSigned() const { return !IsUnsigned; }
|
||||
bool isUnsigned() const { return IsUnsigned; }
|
||||
void setIsUnsigned(bool Val) { IsUnsigned = Val; }
|
||||
void setIsSigned(bool Val) { IsUnsigned = !Val; }
|
||||
|
||||
|
||||
const APSInt &operator%=(const APSInt &RHS) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user