reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
9543 for (auto UI : Op.getOperand(1)->uses()) { 9544 if ((Op.getOpcode() == ISD::SREM && UI->getOpcode() == ISD::SDIV) || 9545 (Op.getOpcode() == ISD::UREM && UI->getOpcode() == ISD::UDIV)) 9546 if (UI->getOperand(0) == Op.getOperand(0) && 9547 UI->getOperand(1) == Op.getOperand(1)) 9550 return Op;