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,
283 if (ShrinkDemandedConstant(I, 1, DemandedMask & ~LHSKnownZero))
326 if (ShrinkDemandedConstant(I, 1, DemandedMask))
388 if (ShrinkDemandedConstant(I, 1, DemandedMask))
431 if (ShrinkDemandedConstant(I, 1, DemandedMask) ||
432 ShrinkDemandedConstant(I, 2, DemandedMask))
556 if (ShrinkDemandedConstant(I, 1, InDemandedBits))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 281 /// ShrinkDemandedConstant - Check to see if the specified operand of the
285 bool TargetLowering::TargetLoweringOpt::ShrinkDemandedConstant(SDValue Op,
431 if (TLO.ShrinkDemandedConstant(Op, ~LHSZero & NewMask))
454 if (TLO.ShrinkDemandedConstant(Op, ~KnownZero2 & NewMask))
488 if (TLO.ShrinkDemandedConstant(Op, NewMask))
561 } else if (TLO.ShrinkDemandedConstant(Op, NewMask)) {
580 if (TLO.ShrinkDemandedConstant(Op, NewMask))
598 if (TLO.ShrinkDemandedConstant(Op, NewMask))
    [all...]

Completed in 299 milliseconds