Searched refs:type_ref (Results 1 – 1 of 1) sorted by relevance
84 LLVMTypeRef type_ref; in lp_build_print_value() local91 type_ref = LLVMTypeOf(value); in lp_build_print_value()92 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value()95 length = LLVMGetVectorSize(type_ref); in lp_build_print_value()97 type_ref = LLVMGetElementType(type_ref); in lp_build_print_value()98 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value()109 if (LLVMGetIntTypeWidth(type_ref) == 8) { in lp_build_print_value()