Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:ShrinkDemandedConstant

24 /// ShrinkDemandedConstant - Check to see if the specified operand of the
28 static bool ShrinkDemandedConstant(Instruction *I, unsigned OpNo,
258 if (ShrinkDemandedConstant(I, 1, DemandedMask & ~LHSKnownZero))
295 if (ShrinkDemandedConstant(I, 1, DemandedMask))
345 if (ShrinkDemandedConstant(I, 1, DemandedMask))
388 if (ShrinkDemandedConstant(I, 1, DemandedMask) ||
389 ShrinkDemandedConstant(I, 2, DemandedMask))
513 if (ShrinkDemandedConstant(I, 1, InDemandedBits))