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...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 261 /// ShrinkDemandedConstant - Check to see if the specified operand of the
265 bool TargetLowering::TargetLoweringOpt::ShrinkDemandedConstant(SDValue Op,
407 if (TLO.ShrinkDemandedConstant(Op, ~LHSZero & NewMask))
430 if (TLO.ShrinkDemandedConstant(Op, ~KnownZero2 & NewMask))
464 if (TLO.ShrinkDemandedConstant(Op, NewMask))
537 } else if (TLO.ShrinkDemandedConstant(Op, NewMask)) {
556 if (TLO.ShrinkDemandedConstant(Op, NewMask))
574 if (TLO.ShrinkDemandedConstant(Op, NewMask))
    [all...]

Completed in 60 milliseconds