Searched refs:And0 (Results 1 – 3 of 3) sorted by relevance
167 __m128 And0 = _mm_and_ps(Cmp0, Neg); local170 return _mm_or_ps(And0, And1);
325 __m128 And0 = _mm_and_ps(Sub0, Cmp0); local328 return _mm_or_ps(And0, And1);
738 SDValue And0 = N->getOperand(0), And1 = N->getOperand(1); in performORCombine() local743 if (And0.getOpcode() != ISD::AND) in performORCombine()746 if (!(CN = dyn_cast<ConstantSDNode>(And0.getOperand(1))) || in performORCombine()781 And0.getOperand(0)); in performORCombine()