reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/SIISelLowering.cpp
 9488   if ((LHS.getOpcode() == ISD::MUL || RHS.getOpcode() == ISD::MUL)
 9493       std::swap(LHS, RHS);
 9497     SDValue AddRHS = RHS;
 9530     std::swap(RHS, LHS);
 9532   Opc = RHS.getOpcode();
 9538     auto Cond = RHS.getOperand(0);
 9548     auto C = dyn_cast<ConstantSDNode>(RHS.getOperand(1));
 9550     SDValue Args[] = { LHS, RHS.getOperand(0), RHS.getOperand(2) };
 9550     SDValue Args[] = { LHS, RHS.getOperand(0), RHS.getOperand(2) };
 9551     return DAG.getNode(ISD::ADDCARRY, SDLoc(N), RHS->getVTList(), Args);