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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
19592           Opcode, SDLoc(LHS), LHS.getValueType(), Ops, N->getFlags()))
19602   if (Opcode != ISD::UDIV && Opcode != ISD::SDIV &&
19602   if (Opcode != ISD::UDIV && Opcode != ISD::SDIV &&
19603       Opcode != ISD::UREM && Opcode != ISD::SREM &&
19603       Opcode != ISD::UREM && Opcode != ISD::SREM &&
19604       Opcode != ISD::UDIVREM && Opcode != ISD::SDIVREM) {
19604       Opcode != ISD::UDIVREM && Opcode != ISD::SDIVREM) {
19611       SDValue NewBinOp = DAG.getNode(Opcode, DL, VT, LHS.getOperand(0),
19631         TLI.isOperationLegalOrCustomOrPromote(Opcode, NarrowVT)) {
19635           DAG.getNode(Opcode, DL, VT, DAG.getUNDEF(VT), DAG.getUNDEF(VT));
19636       SDValue NarrowBO = DAG.getNode(Opcode, DL, NarrowVT, X, Y);
19660         TLI.isOperationLegalOrCustomOrPromote(Opcode, NarrowVT)) {
19666         ConcatOps.push_back(DAG.getNode(Opcode, DL, NarrowVT, LHS.getOperand(i),