aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/RuntimeLibcalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/RuntimeLibcalls.h')
-rw-r--r--include/llvm/CodeGen/RuntimeLibcalls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/RuntimeLibcalls.h b/include/llvm/CodeGen/RuntimeLibcalls.h
index e134e78..417f8d3 100644
--- a/include/llvm/CodeGen/RuntimeLibcalls.h
+++ b/include/llvm/CodeGen/RuntimeLibcalls.h
@@ -29,15 +29,19 @@ namespace RTLIB {
///
enum Libcall {
// Integer
+ SHL_I16,
SHL_I32,
SHL_I64,
SHL_I128,
+ SRL_I16,
SRL_I32,
SRL_I64,
SRL_I128,
+ SRA_I16,
SRA_I32,
SRA_I64,
SRA_I128,
+ MUL_I16,
MUL_I32,
MUL_I64,
MUL_I128,