Searched refs:type_kind (Results 1 – 1 of 1) sorted by relevance
83 LLVMTypeKind type_kind; in lp_build_print_value() local92 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value()94 if (type_kind == LLVMVectorTypeKind) { in lp_build_print_value()98 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value()103 if (type_kind == LLVMFloatTypeKind || type_kind == LLVMDoubleTypeKind) { in lp_build_print_value()108 } else if (type_kind == LLVMIntegerTypeKind) { in lp_build_print_value()