Lines Matching refs:Demanded
2322 APInt Demanded = APInt::getLowBitsSet(VT.getSizeInBits(), 24);2325 if (TLI.SimplifyDemandedBits(Op, Demanded, KnownZero, KnownOne, TLO))2558 APInt Demanded = APInt::getBitsSet(32,2566 if (TLO.ShrinkDemandedConstant(BitsFrom, Demanded) ||2567 TLI.SimplifyDemandedBits(BitsFrom, Demanded,