Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:LHSZero

477       APInt LHSZero, LHSOne;
479 TLO.DAG.computeKnownBits(Op.getOperand(0), LHSZero, LHSOne, Depth);
481 if ((LHSZero & NewMask) == (~RHSC->getAPIntValue() & NewMask))
485 if (TLO.ShrinkDemandedConstant(Op, ~LHSZero & NewMask))