Lines Matching refs:GetConstant
313 *b = graph->GetConstant(instruction->GetType(), (*c)); in IsAddConst2()
333 *b = graph->GetConstant(instruction->GetType(), -c); in IsSubConst2()
1077 ptc = graph_->GetConstant(induc_type, vector_static_peeling_factor_); in Vectorize()
1087 HInstruction* adjusted_offset = graph_->GetConstant(induc_type, hidden_offset >> shift); in Vectorize()
1091 induc_type, offset, graph_->GetConstant(induc_type, align - 1u))); in Vectorize()
1093 induc_type, graph_->GetConstant(induc_type, align), rem)); in Vectorize()
1095 rem, graph_->GetConstant(induc_type, 0))); in Vectorize()
1097 cond, graph_->GetConstant(induc_type, 0), sub, kNoDexPc)); in Vectorize()
1121 graph_->GetConstant(induc_type, chunk - 1))); in Vectorize()
1124 vector_index_ = graph_->GetConstant(induc_type, 0); in Vectorize()
1134 HSelect(rt, vtc, graph_->GetConstant(induc_type, 0), kNoDexPc)); in Vectorize()
1152 graph_->GetConstant(induc_type, 1), in Vectorize()
1165 graph_->GetConstant(induc_type, vector_length_), // increment per unroll in Vectorize()
1179 graph_->GetConstant(induc_type, 1), in Vectorize()