Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:LHSZero

1803   APInt LHSZero, LHSOne;
1805 DAG.computeKnownBits(N0, LHSZero, LHSOne);
1807 if (LHSZero.getBoolValue()) {
1812 if ((RHSZero & ~LHSZero) == ~LHSZero || (LHSZero & ~RHSZero) == ~RHSZero)