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

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
 5278   DL = &F.getParent()->getDataLayout();
 5297   BoUpSLP R(&F, SE, TTI, TLI, AA, LI, DT, AC, DB, DL, ORE_);
 5405         if (!isConsecutiveAccess(Stores[K], Stores[Idx], *DL, *SE))
 5476       Stores[GetUnderlyingObject(SI->getPointerOperand(), *DL)].push_back(SI);