Searched refs:type_a (Results 1 – 2 of 2) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | remat-fold-load.ll | 13 %type_a = type { %type_a*, %type_b } 32 %tmp = phi %type_a* [ undef, %while.body12.lr.ph ], [ %tmp18, %if.end24 ] 41 %tmp1 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 0, i32 1 48 %i_.i.i.i.i72 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 0, i32 1, i32 0 53 %second3.i.i76 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 1 121 %tmp18 = load %type_a*, %type_a** undef, align 4 122 %tmp19 = load %type_a*, %type_a** undef, align 4 123 %cmp.i49 = icmp eq %type_a* %tmp18, %tmp19
|
/external/mesa3d/src/glsl/ |
D | ast_to_hir.cpp | 169 const glsl_type *type_a = value_a->type; in arithmetic_result_type() local 178 if (!type_a->is_numeric() || !type_b->is_numeric()) { in arithmetic_result_type() 189 if (!apply_implicit_conversion(type_a, value_b, state) in arithmetic_result_type() 196 type_a = value_a->type; in arithmetic_result_type() 208 if (type_a->base_type != type_b->base_type) { in arithmetic_result_type() 222 if (type_a->is_scalar() && type_b->is_scalar()) in arithmetic_result_type() 223 return type_a; in arithmetic_result_type() 230 if (type_a->is_scalar()) { in arithmetic_result_type() 234 return type_a; in arithmetic_result_type() 241 assert(!type_a->is_scalar()); in arithmetic_result_type() [all …]
|