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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp10161 unsigned LHSOpc = LHS.getOpcode(); local
10163 if ((LHSOpc == ISD::ADD && Opc == ISD::ADDCARRY) ||
10164 (LHSOpc == ISD::SUB && Opc == ISD::SUBCARRY)) {

Completed in 97 milliseconds