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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4559 bool IsNeg1 = isAllOnesOrAllOnesSplat(LR); local
4564 bool AndGtNeg1 = IsAnd && CC1 == ISD::SETGT && IsNeg1;
4581 bool AndEqNeg1 = IsAnd && CC1 == ISD::SETEQ && IsNeg1;
4585 bool OrNeNeg1 = !IsAnd && CC1 == ISD::SETNE && IsNeg1;
4587 bool OrGtNeg1 = !IsAnd && CC1 == ISD::SETGT && IsNeg1;

Completed in 122 milliseconds