Searched refs:NotB (Results 1 – 1 of 1) sorted by relevance
2647 Value *NotB; in getSelectCondition() local2658 if (match(B, m_OneUse(m_Not(m_Value(NotB))))) { in getSelectCondition()2659 NotB = peekThroughBitcast(NotB, true); in getSelectCondition()2660 if (match(NotB, m_SExt(m_Specific(Cond)))) in getSelectCondition()3193 Value *NotB = Builder.CreateNot(B, B->getName() + ".not"); in visitOr() local3194 return BinaryOperator::CreateOr(NotB, Op0); in visitOr()