Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ShrinkDemandedConstant

1119 /// ShrinkDemandedConstant - Check to see if the specified operand of the
1123 bool TargetLowering::TargetLoweringOpt::ShrinkDemandedConstant(SDValue Op,
1263 if (TLO.ShrinkDemandedConstant(Op, ~LHSZero & NewMask))
1286 if (TLO.ShrinkDemandedConstant(Op, ~KnownZero2 & NewMask))
1320 if (TLO.ShrinkDemandedConstant(Op, NewMask))
1392 } else if (TLO.ShrinkDemandedConstant(Op, NewMask)) {
1411 if (TLO.ShrinkDemandedConstant(Op, NewMask))
1429 if (TLO.ShrinkDemandedConstant(Op, NewMask))