Lines Matching refs:GetIntConstant

79   HInstruction* constant_1 = graph_->GetIntConstant(1);
80 HInstruction* constant_0 = graph_->GetIntConstant(0);
176 HInstruction* constant_1 = graph_->GetIntConstant(1);
177 HInstruction* constant_0 = graph_->GetIntConstant(0);
178 HInstruction* constant_max_int = graph_->GetIntConstant(INT_MAX);
240 HInstruction* constant_1 = graph_->GetIntConstant(1);
241 HInstruction* constant_0 = graph_->GetIntConstant(0);
242 HInstruction* constant_max_int = graph_->GetIntConstant(INT_MAX);
301 HInstruction* constant_5 = graph_->GetIntConstant(5);
302 HInstruction* constant_4 = graph_->GetIntConstant(4);
303 HInstruction* constant_6 = graph_->GetIntConstant(6);
304 HInstruction* constant_1 = graph_->GetIntConstant(1);
370 HInstruction* constant_initial = graph->GetIntConstant(initial);
371 HInstruction* constant_increment = graph->GetIntConstant(increment);
372 HInstruction* constant_10 = graph->GetIntConstant(10);
485 HInstruction* constant_initial = graph->GetIntConstant(initial);
486 HInstruction* constant_increment = graph->GetIntConstant(increment);
487 HInstruction* constant_minus_1 = graph->GetIntConstant(-1);
488 HInstruction* constant_10 = graph->GetIntConstant(10);
592 HInstruction* constant_10 = graph->GetIntConstant(10);
593 HInstruction* constant_initial = graph->GetIntConstant(initial);
594 HInstruction* constant_increment = graph->GetIntConstant(increment);
698 HInstruction* constant_initial = graph->GetIntConstant(initial);
699 HInstruction* constant_1 = graph->GetIntConstant(1);
700 HInstruction* constant_10 = graph->GetIntConstant(10);
701 HInstruction* constant_minus_1 = graph->GetIntConstant(-1);
801 HInstruction* constant_0 = graph_->GetIntConstant(0);
802 HInstruction* constant_minus_1 = graph_->GetIntConstant(-1);
803 HInstruction* constant_1 = graph_->GetIntConstant(1);