Searched refs:induc_type (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
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() 1079 ptc = graph_->GetConstant(induc_type, vector_static_peeling_factor_); in Vectorize() 1090 HInstruction* adjusted_offset = graph_->GetConstant(induc_type, hidden_offset >> shift); in Vectorize() 1092 induc_type, vector_dynamic_peeling_candidate_->offset, adjusted_offset)); 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() 1100 cond, graph_->GetConstant(induc_type, 0), sub, kNoDexPc)); in Vectorize() [all …]
|