Lines Matching defs:deref
1209 ir_dereference *deref = ir->value ? ir->value->as_dereference() : NULL;
1210 if (deref) {
1211 ir_variable *var = deref->variable_referenced();
1216 deref->type->without_array()->is_32bit()) {
1219 new(mem_ctx) ir_variable(deref->type, "lowerp", ir_var_temporary);
1223 fix_types_in_deref_chain(deref);
1227 deref, true);
1265 ir_dereference *deref = ir->as_dereference();
1267 if (deref) {
1268 ir_variable *var = deref->variable_referenced();
1273 deref->type->without_array()->is_32bit()) {
1278 new(mem_ctx) ir_variable(deref->type, "lowerp", ir_var_temporary);
1282 fix_types_in_deref_chain(deref);
1286 deref, true);