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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 2327     if (ISD::isBuildVectorAllZeros(N1.getNode()))
 2330       return N1;
 2334   if (N0.isUndef() || N1.isUndef())
 2339     if (!DAG.isConstantIntBuildVectorOrConstantInt(N1))
 2340       return DAG.getNode(Opcode, DL, VT, N1, N0);
 2343                                       N1.getNode());
 2347   if (isNullConstant(N1))
 2352     if (DAG.computeOverflowKind(N0, N1) == SelectionDAG::OFK_Never)
 2353       return DAG.getNode(ISD::ADD, DL, VT, N0, N1);