Searched refs:NotA (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1982 Value *NotA = Op0, *MinMax = Op1; local
1985 NotA = Op1;
1990 match(NotA, m_Not(m_Value(A))) && (NotA == LHS || NotA == RHS)) {
1991 if (NotA == LHS)
1994 // NotA is epected to have 2 uses from the min/max and 1 from the sub.
1996 !NotA->hasNUsesOrMore(4)) {
2000 if (NotA == Op0)
H A DInstCombineSelect.cpp1687 Value *NotA, *NotB, *NotC; local
1700 IsFreeOrProfitableToInvert(A, NotA, ElidesXor) &&
1703 if (!NotA)
1704 NotA = Builder.CreateNot(A);
1710 Value *NewInner = createMinMax(Builder, getInverseMinMaxFlavor(SPF1), NotA,

Completed in 42 milliseconds