Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1176 Value *NotA, *NotB, *NotC; in foldSPFofSPF() local
1190 IsFreeOrProfitableToInvert(B, NotB, ElidesXor) && in foldSPFofSPF()
1194 if (!NotB) in foldSPFofSPF()
1195 NotB = Builder.CreateNot(B); in foldSPFofSPF()
1200 NotB); in foldSPFofSPF()
H A DInstCombineAndOrXor.cpp1912 Value *NotB; in getSelectCondition() local
1915 match(B, m_OneUse(m_Not(m_Value(NotB))))) { in getSelectCondition()
1916 NotB = peekThroughBitcast(NotB, true); in getSelectCondition()
1917 if (match(NotB, m_SExt(m_Specific(Cond)))) in getSelectCondition()