mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
New method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6259 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e458e26b3
commit
67d8e1aabc
@ -486,6 +486,9 @@ public:
|
||||
/// Binary constant expr - Use with binary operators...
|
||||
static Constant *get(unsigned Opcode, Constant *C1, Constant *C2);
|
||||
|
||||
/// getShift - Return a shift left or shift right constant expr
|
||||
static Constant *getShift(unsigned Opcode, Constant *C1, Constant *C2);
|
||||
|
||||
/// Getelementptr form...
|
||||
static Constant *getGetElementPtr(Constant *C,
|
||||
const std::vector<Constant*> &IdxList);
|
||||
|
Loading…
x
Reference in New Issue
Block a user