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

Declarations

include/llvm/CodeGen/SelectionDAG.h
 1602   SDValue getSplatSourceVector(SDValue V, int &SplatIndex);

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
19546   SDValue Src0 = DAG.getSplatSourceVector(N0, Index0);
19547   SDValue Src1 = DAG.getSplatSourceVector(N1, Index1);
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 2375   if (SDValue SrcVector = getSplatSourceVector(V, SplatIdx))