Home
last modified time | relevance | path

Searched refs:NotB (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2647 Value *NotB; in getSelectCondition() local
2658 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() local
3194 return BinaryOperator::CreateOr(NotB, Op0); in visitOr()