mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Add some helpers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13737 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a710ddc9c4
commit
02140b025d
@ -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