mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-02 01:06:25 +00:00
Add dyn_cast_or_null bindings for some additional classes missed in r61252.
llvm-svn: 61253
This commit is contained in:
parent
1f4a555efc
commit
9b8b72fe0a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user