mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
Add dyn_cast_or_null bindings for some additional classes missed in r61252.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61253 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2a9c671a51
commit
95ca7314fd
@ -340,8 +340,25 @@ void LLVMDisposeTypeHandle(LLVMTypeHandleRef TypeHandle);
|
|||||||
macro(UnwindInst) \
|
macro(UnwindInst) \
|
||||||
macro(UnaryInstruction) \
|
macro(UnaryInstruction) \
|
||||||
macro(AllocationInst) \
|
macro(AllocationInst) \
|
||||||
|
macro(AllocaInst) \
|
||||||
|
macro(MallocInst) \
|
||||||
macro(CastInst) \
|
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 */
|
/* Operations on all values */
|
||||||
LLVMTypeRef LLVMTypeOf(LLVMValueRef Val);
|
LLVMTypeRef LLVMTypeOf(LLVMValueRef Val);
|
||||||
|
Loading…
Reference in New Issue
Block a user