HomeSort by relevance Sort by last modified time
    Searched defs:ShrinkDemandedConstant (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 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))
    [all...]