Lines Matching refs:GetConstant
380 *offset = graph->GetConstant(info->op_b->type, off_value); in IsUnitStride()
408 HInstruction* zero = graph->GetConstant(trip->type, 0); in GenerateTripCount()
1063 Insert(block, new (graph->GetAllocator()) HAdd(type, graph->GetConstant(type, sum), c)); in GenerateLastValuePolynomial()
1104 *result = graph->GetConstant(type, 0); in GenerateLastValueGeometric()
1110 e = new (allocator) HMul(type, opa, graph->GetConstant(type, fpow)); in GenerateLastValueGeometric()
1112 e = new (allocator) HDiv(type, opa, graph->GetConstant(type, fpow), kNoDexPc); in GenerateLastValueGeometric()
1197 Insert(block, new (allocator) HAnd(type, t, graph->GetConstant(type, 1))); in GenerateLastValuePeriodic()
1199 Insert(block, new (allocator) HEqual(msk, graph->GetConstant(type, 0), kNoDexPc)); in GenerateLastValuePeriodic()
1307 *result = graph->GetConstant(type, 0); in GenerateCode()
1315 Insert(block, new (allocator) HSub(type, opb, graph->GetConstant(type, 1))); in GenerateCode()
1348 new (allocator) HMul(type, graph->GetConstant(type, stride_value), opa); in GenerateCode()
1369 *result = graph->GetConstant(type, extreme.b_constant); in GenerateCode()