Searched refs:LLVMGetVectorSize (Results 1 – 11 of 11) sorted by relevance
135 if(LLVMGetVectorSize(vec_type) != type.length) in lp_check_vec_type()265 unsigned len = LLVMGetVectorSize(t); in lp_sizeof_llvm_type()343 unsigned len = LLVMGetVectorSize(t); in lp_dump_llvmtype()
95 length = LLVMGetVectorSize(type_ref); in lp_build_print_value()
232 unsigned n = LLVMGetVectorSize(ret_type); in lp_build_intrinsic_map()
59 const unsigned length = LLVMGetVectorSize(vec_type); in lp_build_broadcast()
1087 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
432 return Val_int(LLVMGetVectorSize(VectorTy)); in llvm_vector_size()
494 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize() function