Searched refs:LHSZero (Results 1 – 2 of 2) sorted by relevance
436 APInt LHSZero, LHSOne; in SimplifyDemandedBits() local438 TLO.DAG.computeKnownBits(Op.getOperand(0), LHSZero, LHSOne, Depth); in SimplifyDemandedBits()440 if ((LHSZero & NewMask) == (~RHSC->getAPIntValue() & NewMask)) in SimplifyDemandedBits()444 if (TLO.ShrinkDemandedConstant(Op, ~LHSZero & NewMask)) in SimplifyDemandedBits()
1814 APInt LHSZero, LHSOne; in visitADDC() local1816 DAG.computeKnownBits(N0, LHSZero, LHSOne); in visitADDC()1818 if (LHSZero.getBoolValue()) { in visitADDC()1823 if ((RHSZero & ~LHSZero) == ~LHSZero || (LHSZero & ~RHSZero) == ~RHSZero) in visitADDC()