Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1685 Value *NotA, *NotB, *NotC; in foldSPFofSPF() local
1699 IsFreeOrProfitableToInvert(B, NotB, ElidesXor) && in foldSPFofSPF()
1703 if (!NotB) in foldSPFofSPF()
1704 NotB = Builder.CreateNot(B); in foldSPFofSPF()
1709 NotB); in foldSPFofSPF()
H A DInstCombineAndOrXor.cpp2314 Value *NotB; in getSelectCondition() local
2317 match(B, m_OneUse(m_Not(m_Value(NotB))))) { in getSelectCondition()
2318 NotB = peekThroughBitcast(NotB, true); in getSelectCondition()
2319 if (match(NotB, m_SExt(m_Specific(Cond)))) in getSelectCondition()