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

Declarations

lib/Transforms/Vectorize/SLPVectorizer.cpp
 1180   Value *Gather(ArrayRef<Value *> VL, VectorType *Ty);

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
 3701   Value *V = Gather(VL, VecTy);
 3740     auto *V = Gather(E->Scalars, VecTy);
 3813       auto *V = Gather(E->Scalars, VecTy);
 3848       auto *V = Gather(E->Scalars, VecTy);