Home
last modified time | relevance | path

Searched refs:LHSZero (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp436 APInt LHSZero, LHSOne; in SimplifyDemandedBits() local
438 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()
DDAGCombiner.cpp1814 APInt LHSZero, LHSOne; in visitADDC() local
1816 DAG.computeKnownBits(N0, LHSZero, LHSOne); in visitADDC()
1818 if (LHSZero.getBoolValue()) { in visitADDC()
1823 if ((RHSZero & ~LHSZero) == ~LHSZero || (LHSZero & ~RHSZero) == ~RHSZero) in visitADDC()