1
0
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:
Chris Lattner 2004-05-25 05:32:13 +00:00
parent b8fb5e789b
commit 0185a86e38

View File

@ -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,