reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCISelLowering.cpp
15330   if (DAG.getMachineFunction().getFunction().hasMinSize() &&
15375         DAG.getNode(ISD::SHL, DL, VT, N->getOperand(0),
15376                     DAG.getConstant((MulAmtAbs - 1).logBase2(), DL, VT));
15377     SDValue Res = DAG.getNode(ISD::ADD, DL, VT, Op0, Op1);
15382     return DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, DL, VT), Res);
15382     return DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, DL, VT), Res);
15392         DAG.getNode(ISD::SHL, DL, VT, N->getOperand(0),
15393                     DAG.getConstant((MulAmtAbs + 1).logBase2(), DL, VT));
15396       return DAG.getNode(ISD::SUB, DL, VT, Op1, Op0);
15398       return DAG.getNode(ISD::SUB, DL, VT, Op0, Op1);