Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:Or

377   // if input is scalar value and Src1 or Src2 is NaN return false
705 // (float or double) vectors
711 // Macros to choose appropriate TY: float or double and run operation
739 case Instruction::Or: INTEGER_VECTOR_OPERATION(|) break;
781 case Instruction::Or: R.IntVal = Src1.IntVal | Src2.IntVal; break;
818 /// result variable may be the ExitValue, or the Value of the calling
1514 // vector src bitcast to vector dst or vector src bitcast to scalar dst or
1860 case Instruction::Or: Dest.IntVal = Op0.IntVal | Op1.IntVal; break;