mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Add some helpers
llvm-svn: 13737
This commit is contained in:
parent
b8fb5e789b
commit
0185a86e38
@ -583,6 +583,9 @@ public:
|
||||
static Constant *getShl(Constant *C1, Constant *C2);
|
||||
static Constant *getShr(Constant *C1, Constant *C2);
|
||||
|
||||
static Constant *getUShr(Constant *C1, Constant *C2); // unsigned shr
|
||||
static Constant *getSShr(Constant *C1, Constant *C2); // signed shr
|
||||
|
||||
/// Getelementptr form...
|
||||
///
|
||||
static Constant *getGetElementPtr(Constant *C,
|
||||
|
Loading…
Reference in New Issue
Block a user