Home | History | Annotate | Download | only in quick

Lines Matching refs:ConstantValue

632         bool is_taken = EvaluateBranch(opcode, mir_graph_->ConstantValue(rl_src[0].orig_sreg),
633 mir_graph_->ConstantValue(rl_src[1].orig_sreg));
661 bool is_taken = EvaluateBranch(opcode, mir_graph_->ConstantValue(rl_src[0].orig_sreg), 0);
939 InexpensiveConstantInt(mir_graph_->ConstantValue(rl_src[0]), opcode)) {
941 mir_graph_->ConstantValue(rl_src[0].orig_sreg));
943 InexpensiveConstantInt(mir_graph_->ConstantValue(rl_src[1]), opcode)) {
945 mir_graph_->ConstantValue(rl_src[1].orig_sreg));
964 InexpensiveConstantInt(mir_graph_->ConstantValue(rl_src[1]), opcode)) {
965 GenArithOpIntLit(opcode, rl_dest, rl_src[0], mir_graph_->ConstantValue(rl_src[1]));