Searched refs:LLVMIntegerTypeKind (Results 1 – 9 of 9) sorted by relevance
92 if(elem_kind != (lp_has_fp16() ? LLVMHalfTypeKind : LLVMIntegerTypeKind)) in lp_check_elem_type()109 if(elem_kind != LLVMIntegerTypeKind) in lp_check_elem_type()256 case LLVMIntegerTypeKind: in lp_sizeof_llvm_type()308 case LLVMIntegerTypeKind: in lp_typekind_name()340 if (ke == LLVMIntegerTypeKind) { in lp_dump_llvmtype()354 else if (k == LLVMIntegerTypeKind) { in lp_dump_llvmtype()
108 } else if (type_kind == LLVMIntegerTypeKind) { in lp_build_print_value()135 if (type_kind == LLVMIntegerTypeKind && in lp_build_print_value()
78 debug_assert(type_kind == LLVMIntegerTypeKind); in build_binary_int_overflow()
77 case LLVMIntegerTypeKind: in lp_format_intrinsic()
340 case LLVMIntegerTypeKind: in constant_value()435 case LLVMIntegerTypeKind: in value_to_pvalue()642 case LLVMIntegerTypeKind: { in output_op_compare()
160 if (LLVMGetTypeKind(type) == LLVMIntegerTypeKind) in ac_get_elem_bits()183 case LLVMIntegerTypeKind: in ac_get_type_size()365 case LLVMIntegerTypeKind: in ac_build_type_name_for_intr()
3611 if (LLVMGetTypeKind(LLVMTypeOf(ids)) == LLVMIntegerTypeKind) { in visit_intrinsic()
155 LLVMIntegerTypeKind, /**< Arbitrary bit width integers */ enumerator
498 return LLVMIntegerTypeKind; in LLVMGetTypeKind()