Home | History | Annotate | Download | only in ARM

Lines Matching refs:PerformADDCombineWithOperands

8622 /// PerformADDCombineWithOperands - Try DAG combinations for an ADD with
8626 static SDValue PerformADDCombineWithOperands(SDNode *N, SDValue N0, SDValue N1,
8652 SDValue Result = PerformADDCombineWithOperands(N, N0, N1, DCI, Subtarget);
8657 return PerformADDCombineWithOperands(N, N1, N0, DCI, Subtarget);