Lines Matching refs:new_value
413 LIR* new_value = static_cast<LIR*>(arena_->Alloc(sizeof(LIR), kArenaAllocData));414 new_value->operands[0] = value;415 new_value->next = *constant_list_p;416 *constant_list_p = new_value;418 return new_value;