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

Declarations

include/llvm/CodeGen/SelectionDAG.h
 1451   SDValue FoldConstantVectorArithmetic(unsigned Opcode, const SDLoc &DL, EVT VT,

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
19591   if (SDValue Fold = DAG.FoldConstantVectorArithmetic(
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 4451         if (SDValue Fold = FoldConstantVectorArithmetic(Opcode, DL, VT, Ops))
 5493     if (SDValue V = FoldConstantVectorArithmetic(Opcode, DL, VT, Ops)) {