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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
19581   assert(N->getValueType(0).isVector() &&
19584   SDValue LHS = N->getOperand(0);
19585   SDValue RHS = N->getOperand(1);
19587   EVT VT = N->getValueType(0);
19588   unsigned Opcode = N->getOpcode();
19592           Opcode, SDLoc(LHS), LHS.getValueType(), Ops, N->getFlags()))
19610       SDLoc DL(N);
19612                                      RHS.getOperand(0), N->getFlags());
19633       SDLoc DL(N);
19661       SDLoc DL(N);
19674   if (SDValue V = scalarizeBinOpOfSplats(N, DAG))