diff options
Diffstat (limited to 'include/llvm/CodeGen/RuntimeLibcalls.h')
-rw-r--r-- | include/llvm/CodeGen/RuntimeLibcalls.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/RuntimeLibcalls.h b/include/llvm/CodeGen/RuntimeLibcalls.h index 2609c55..0b36c6d 100644 --- a/include/llvm/CodeGen/RuntimeLibcalls.h +++ b/include/llvm/CodeGen/RuntimeLibcalls.h @@ -70,14 +70,18 @@ namespace RTLIB { FPTOSINT_F32_I64, FPTOSINT_F64_I32, FPTOSINT_F64_I64, + FPTOSINT_LD_I64, FPTOUINT_F32_I32, FPTOUINT_F32_I64, FPTOUINT_F64_I32, FPTOUINT_F64_I64, + FPTOUINT_LD_I32, + FPTOUINT_LD_I64, SINTTOFP_I32_F32, SINTTOFP_I32_F64, SINTTOFP_I64_F32, SINTTOFP_I64_F64, + SINTTOFP_I64_LD, UINTTOFP_I32_F32, UINTTOFP_I32_F64, UINTTOFP_I64_F32, |