Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:Or

542   case Instruction::Or:    R.IntVal = Src1.IntVal | Src2.IntVal; break;
582 /// result variable may be the ExitValue, or the Value of the calling
1243 case Instruction::Or: Dest.IntVal = Op0.IntVal | Op1.IntVal; break;