Searched refs:LLVMGetTypeKind (Results 1 – 6 of 6) sorted by relevance
256 ``LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty)`` for the new type297 `LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty)` for the new type
69 LLVMTypeKind Kind = LLVMGetTypeKind(Src); in Clone()
1104 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
379 return Val_int(LLVMGetTypeKind(Ty)); in llvm_classify_type()
536 func (t Type) TypeKind() TypeKind { return TypeKind(C.LLVMGetTypeKind(t.C)) }
493 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty) { in LLVMGetTypeKind() function