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

/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8441 /// operands N0 and N1. This is a helper for PerformADDCombine that is
8461 /// PerformADDCombine - Target-specific dag combine xforms for ISD::ADD.
8463 static SDValue PerformADDCombine(SDNode *N, function
10152 case ISD::ADD: return PerformADDCombine(N, DCI, Subtarget);

Completed in 128 milliseconds