Lines Matching refs:GetConstant
358 *offset = graph->GetConstant(info->op_b->type, off_value); in IsUnitStride()
386 HInstruction* zero = graph->GetConstant(trip->type, 0); in GenerateTripCount()
1041 Insert(block, new (graph->GetAllocator()) HAdd(type, graph->GetConstant(type, sum), c)); in GenerateLastValuePolynomial()
1082 *result = graph->GetConstant(type, 0); in GenerateLastValueGeometric()
1088 e = new (allocator) HMul(type, opa, graph->GetConstant(type, fpow)); in GenerateLastValueGeometric()
1090 e = new (allocator) HDiv(type, opa, graph->GetConstant(type, fpow), kNoDexPc); in GenerateLastValueGeometric()
1175 Insert(block, new (allocator) HAnd(type, t, graph->GetConstant(type, 1))); in GenerateLastValuePeriodic()
1177 Insert(block, new (allocator) HEqual(msk, graph->GetConstant(type, 0), kNoDexPc)); in GenerateLastValuePeriodic()
1285 *result = graph->GetConstant(type, 0); in GenerateCode()
1293 Insert(block, new (allocator) HSub(type, opb, graph->GetConstant(type, 1))); in GenerateCode()
1326 new (allocator) HMul(type, graph->GetConstant(type, stride_value), opa); in GenerateCode()
1347 *result = graph->GetConstant(type, extreme.b_constant); in GenerateCode()