Lines Matching refs:GetConstant
313 *b = graph->GetConstant(instruction->GetType(), (*c)); in IsAddConst2()
333 *b = graph->GetConstant(instruction->GetType(), -c); in IsSubConst2()
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()
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()
1125 graph_->GetConstant(induc_type, chunk - 1))); in Vectorize()
1128 vector_index_ = graph_->GetConstant(induc_type, 0); in Vectorize()
1138 HSelect(rt, vtc, graph_->GetConstant(induc_type, 0), kNoDexPc)); in Vectorize()
1157 graph_->GetConstant(induc_type, 1), in Vectorize()
1170 graph_->GetConstant(induc_type, vector_length_), // increment per unroll in Vectorize()
1185 graph_->GetConstant(induc_type, 1), in Vectorize()