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

/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7979 /// PerformADDCombineWithOperands - Try DAG combinations for an ADD with
7983 static SDValue PerformADDCombineWithOperands(SDNode *N, SDValue N0, SDValue N1, function
8009 SDValue Result = PerformADDCombineWithOperands(N, N0, N1, DCI, Subtarget);
8014 return PerformADDCombineWithOperands(N, N1, N0, DCI, Subtarget);

Completed in 201 milliseconds