Home | History | Annotate | Download | only in arm64

Lines Matching refs:ConstantValue

800   if ((rl_src_pos.is_const && (mir_graph_->ConstantValue(rl_src_pos) < 0)) ||
801 (rl_dst_pos.is_const && (mir_graph_->ConstantValue(rl_dst_pos) < 0)) ||
802 (rl_length.is_const && (mir_graph_->ConstantValue(rl_length) < 0))) {
1121 data_offset += mir_graph_->ConstantValue(rl_index) << scale;
1152 GenArrayBoundsCheck(mir_graph_->ConstantValue(rl_index), reg_len);
1213 data_offset += mir_graph_->ConstantValue(rl_index) << scale;
1260 GenArrayBoundsCheck(mir_graph_->ConstantValue(rl_index), reg_len);
1299 int shift_amount = mir_graph_->ConstantValue(rl_shift) & 0x3f;