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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp5184 bool ExtraOp = false; local
5188 case ISD::ADDE: Opc = ARMISD::ADDE; ExtraOp = true; break;
5190 case ISD::SUBE: Opc = ARMISD::SUBE; ExtraOp = true; break;
5193 if (!ExtraOp)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp11359 bool ExtraOp = false; local
11363 case ISD::ADDE: Opc = X86ISD::ADC; ExtraOp = true; break;
11365 case ISD::SUBE: Opc = X86ISD::SBB; ExtraOp = true; break;
11368 if (!ExtraOp)

Completed in 157 milliseconds