Lines Matching refs:CombineTo
309 return CombineTo(Op, New); in ShrinkDemandedConstant()
362 return CombineTo(Op, Z); in ShrinkDemandedOp()
404 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(Op.getValueType())); in SimplifyDemandedBits()
428 return TLO.CombineTo(Op, Op.getOperand(0)); in SimplifyDemandedBits()
447 return TLO.CombineTo(Op, Op.getOperand(0)); in SimplifyDemandedBits()
449 return TLO.CombineTo(Op, Op.getOperand(1)); in SimplifyDemandedBits()
452 return TLO.CombineTo(Op, TLO.DAG.getConstant(0, Op.getValueType())); in SimplifyDemandedBits()
478 return TLO.CombineTo(Op, Op.getOperand(0)); in SimplifyDemandedBits()
480 return TLO.CombineTo(Op, Op.getOperand(1)); in SimplifyDemandedBits()
484 return TLO.CombineTo(Op, Op.getOperand(0)); in SimplifyDemandedBits()
486 return TLO.CombineTo(Op, Op.getOperand(1)); in SimplifyDemandedBits()
512 return TLO.CombineTo(Op, Op.getOperand(0)); in SimplifyDemandedBits()
514 return TLO.CombineTo(Op, Op.getOperand(1)); in SimplifyDemandedBits()
523 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::OR, dl, Op.getValueType(), in SimplifyDemandedBits()
541 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::AND, dl, VT, in SimplifyDemandedBits()
557 return TLO.CombineTo(Op, New); in SimplifyDemandedBits()
631 return TLO.CombineTo(Op, TLO.DAG.getNode(Opc, dl, VT, in SimplifyDemandedBits()
655 TLO.CombineTo(Op, in SimplifyDemandedBits()
680 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::SHL, dl, VT, in SimplifyDemandedBits()
719 return TLO.CombineTo(Op, TLO.DAG.getNode(Opc, dl, VT, in SimplifyDemandedBits()
742 return TLO.CombineTo(Op, in SimplifyDemandedBits()
775 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::SRL, dl, VT, in SimplifyDemandedBits()
785 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::SRL, dl, VT, in SimplifyDemandedBits()
815 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::SHL, dl, in SimplifyDemandedBits()
829 return TLO.CombineTo(Op, Op.getOperand(0)); in SimplifyDemandedBits()
852 return TLO.CombineTo(Op, in SimplifyDemandedBits()
898 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::ANY_EXTEND, dl, in SimplifyDemandedBits()
920 return TLO.CombineTo(Op,TLO.DAG.getNode(ISD::ANY_EXTEND, dl, in SimplifyDemandedBits()
938 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::ZERO_EXTEND, dl, in SimplifyDemandedBits()
1010 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::SRL, dl, in SimplifyDemandedBits()
1056 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::SHL, dl, in SimplifyDemandedBits()
1089 return TLO.CombineTo(Op, TLO.DAG.getConstant(KnownOne, Op.getValueType())); in SimplifyDemandedBits()