Searched refs:induc_type (Results 1 – 2 of 2) sorted by relevance
1299 DataType::Type induc_type = main_phi->GetType(); in VectorizePredicated() local1300 DCHECK(induc_type == DataType::Type::kInt32 || induc_type == DataType::Type::kInt64) in VectorizePredicated()1301 << induc_type; in VectorizePredicated()1308 vector_index_ = graph_->GetConstant(induc_type, 0); in VectorizePredicated()1318 HSelect(rt, vtc, graph_->GetConstant(induc_type, 0), kNoDexPc)); in VectorizePredicated()1332 graph_->GetConstant(induc_type, vector_length_)); in VectorizePredicated()1346 graph_->GetConstant(induc_type, 1), in VectorizePredicated()1399 DataType::Type induc_type = main_phi->GetType(); in VectorizeTraditional() local1400 DCHECK(induc_type == DataType::Type::kInt32 || induc_type == DataType::Type::kInt64) in VectorizeTraditional()1401 << induc_type; in VectorizeTraditional()[all …]
380 DataType::Type induc_type,