Searched refs:induc_type (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | loop_optimization.cc | 1067 DataType::Type induc_type = main_phi->GetType(); in Vectorize() local 1068 DCHECK(induc_type == DataType::Type::kInt32 || induc_type == DataType::Type::kInt64) in Vectorize() 1069 << induc_type; in Vectorize() 1094 induc_type, offset, graph_->GetConstant(induc_type, align - 1u))); in Vectorize() 1096 induc_type, graph_->GetConstant(induc_type, align), rem)); in Vectorize() 1098 rem, graph_->GetConstant(induc_type, 0))); in Vectorize() 1123 preheader, new (global_allocator_) HAnd(induc_type, in Vectorize() 1128 vector_index_ = graph_->GetConstant(induc_type, 0); in Vectorize() 1157 graph_->GetConstant(induc_type, 1), in Vectorize() 1185 graph_->GetConstant(induc_type, 1), in Vectorize() [all …]
|