summaryrefslogtreecommitdiff
path: root/include/llvm-c/Core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm-c/Core.h')
-rw-r--r--include/llvm-c/Core.h19
1 files changed, 18 insertions, 1 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h
index 2516c72f1f..6016ac61b5 100644
--- a/include/llvm-c/Core.h
+++ b/include/llvm-c/Core.h
@@ -340,8 +340,25 @@ void LLVMDisposeTypeHandle(LLVMTypeHandleRef TypeHandle);
macro(UnwindInst) \
macro(UnaryInstruction) \
macro(AllocationInst) \
+ macro(AllocaInst) \
+ macro(MallocInst) \
macro(CastInst) \
- macro(ExtractValueInst)
+ macro(BitCastInst) \
+ macro(FPExtInst) \
+ macro(FPToSIInst) \
+ macro(FPToUIInst) \
+ macro(FPTruncInst) \
+ macro(IntToPtrInst) \
+ macro(PtrToIntInst) \
+ macro(SExtInst) \
+ macro(SIToFPInst) \
+ macro(TruncInst) \
+ macro(UIToFPInst) \
+ macro(ZExtInst) \
+ macro(ExtractValueInst) \
+ macro(FreeInst) \
+ macro(LoadInst) \
+ macro(VAArgInst)
/* Operations on all values */
LLVMTypeRef LLVMTypeOf(LLVMValueRef Val);