Searched refs:LLVMGetTypeKind (Results 1 – 19 of 19) sorted by relevance
53 assert(LLVMGetTypeKind(LLVMTypeOf(ptr)) == LLVMPointerTypeKind); in lp_build_struct_get_ptr()54 assert(LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMStructTypeKind); in lp_build_struct_get_ptr()71 assert(LLVMGetTypeKind(LLVMTypeOf(ptr)) == LLVMPointerTypeKind); in lp_build_struct_get()72 assert(LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMStructTypeKind); in lp_build_struct_get()87 assert(LLVMGetTypeKind(LLVMTypeOf(ptr)) == LLVMPointerTypeKind); in lp_build_array_get_ptr()88 assert(LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMArrayTypeKind); in lp_build_array_get_ptr()107 assert(LLVMGetTypeKind(LLVMTypeOf(ptr)) == LLVMPointerTypeKind); in lp_build_array_get()108 assert(LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMArrayTypeKind); in lp_build_array_get()125 assert(LLVMGetTypeKind(LLVMTypeOf(ptr)) == LLVMPointerTypeKind); in lp_build_array_set()126 assert(LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMArrayTypeKind); in lp_build_array_set()[all …]
87 elem_kind = LLVMGetTypeKind(elem_type); in lp_check_elem_type()132 if(LLVMGetTypeKind(vec_type) != LLVMVectorTypeKind) in lp_check_vec_type()253 LLVMTypeKind k = LLVMGetTypeKind(t); in lp_sizeof_llvm_type()338 LLVMTypeKind k = LLVMGetTypeKind(t); in lp_dump_llvmtype()342 LLVMTypeKind ke = LLVMGetTypeKind(te); in lp_dump_llvmtype()354 LLVMTypeKind ke = LLVMGetTypeKind(te); in lp_dump_llvmtype()
62 if (LLVMGetTypeKind(type) == LLVMFloatTypeKind) in lp_build_print_args()92 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value()98 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value()
53 if (LLVMGetTypeKind(vec_type) != LLVMVectorTypeKind) { in lp_build_broadcast()
589 if(LLVMGetTypeKind(arg_types[i]) == LLVMPointerTypeKind) in set_noalias()
883 if(LLVMGetTypeKind(arg_types[i]) == LLVMPointerTypeKind) in generate_fragment()
756 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
1124 if (LLVMGetTypeKind(arg_types[i]) == LLVMPointerTypeKind) in draw_llvm_generate()
285 LLVMTypeKind k = LLVMGetTypeKind(LLVMTypeOf(dst[0])); in emit_store()
217 return Val_int(LLVMGetTypeKind(Ty)); in llvm_classify_type()
229 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty) { in LLVMGetTypeKind() function