Searched refs:PerformADDCombineWithOperands (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp7430 /// PerformADDCombineWithOperands - Try DAG combinations for an ADD with
7434 static SDValue PerformADDCombineWithOperands(SDNode *N, SDValue N0, SDValue N1, function
7460 SDValue Result = PerformADDCombineWithOperands(N, N0, N1, DCI, Subtarget);
7465 return PerformADDCombineWithOperands(N, N1, N0, DCI, Subtarget);

Completed in 179 milliseconds