Lines Matching defs:ShrinkDemandedConstant
23 /// ShrinkDemandedConstant - Check to see if the specified operand of the
27 static bool ShrinkDemandedConstant(Instruction *I, unsigned OpNo,
248 if (ShrinkDemandedConstant(I, 1, DemandedMask & ~LHSKnownZero))
285 if (ShrinkDemandedConstant(I, 1, DemandedMask))
336 if (ShrinkDemandedConstant(I, 1, DemandedMask))
381 if (ShrinkDemandedConstant(I, 1, DemandedMask) ||
382 ShrinkDemandedConstant(I, 2, DemandedMask))
506 if (ShrinkDemandedConstant(I, 1, InDemandedBits))