Home | History | Annotate | Download | only in optimizing

Lines Matching refs:GetConstant

388           *offset = graph->GetConstant(info->op_b->type, off_value);
416 HInstruction* zero = graph->GetConstant(trip->type, 0);
1049 Insert(block, new (graph->GetArena()) HAdd(type, graph->GetConstant(type, sum), c));
1090 *result = graph->GetConstant(type, 0);
1095 e = new (graph->GetArena()) HMul(type, opa, graph->GetConstant(type, fpow));
1097 e = new (graph->GetArena()) HDiv(type, opa, graph->GetConstant(type, fpow), kNoDexPc);
1181 Insert(block, new (graph->GetArena()) HAnd(type, t, graph->GetConstant(type, 1)));
1183 Insert(block, new (graph->GetArena()) HEqual(msk, graph->GetConstant(type, 0), kNoDexPc));
1290 *result = graph->GetConstant(type, 0);
1298 new (graph->GetArena()) HSub(type, opb, graph->GetConstant(type, 1)));
1330 new (graph->GetArena()) HMul(type, graph->GetConstant(type, stride_value), opa);
1351 *result = graph->GetConstant(type, extreme.b_constant);