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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 2319   EVT VT = N0.getValueType();
 2328       return N0;
 2329     if (ISD::isBuildVectorAllZeros(N0.getNode()))
 2334   if (N0.isUndef() || N1.isUndef())
 2337   if (DAG.isConstantIntBuildVectorOrConstantInt(N0)) {
 2340       return DAG.getNode(Opcode, DL, VT, N1, N0);
 2342     return DAG.FoldConstantArithmetic(Opcode, DL, VT, N0.getNode(),
 2348     return N0;
 2352     if (DAG.computeOverflowKind(N0, N1) == SelectionDAG::OFK_Never)
 2353       return DAG.getNode(ISD::ADD, DL, VT, N0, N1);