Home | History | Annotate | Download | only in InstCombine

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))
335 if (ShrinkDemandedConstant(I, 1, DemandedMask))
378 if (ShrinkDemandedConstant(I, 1, DemandedMask) ||
379 ShrinkDemandedConstant(I, 2, DemandedMask))
503 if (ShrinkDemandedConstant(I, 1, InDemandedBits))