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

References

lib/Transforms/Scalar/LoopIdiomRecognize.cpp
 1063   bool NegStride = StoreSize == -Stride;
 1088     StrStart = getStartForNegStride(StrStart, BECount, IntPtrTy, StoreSize, SE);
 1102                             StoreSize, *AA, Stores)) {
 1114     LdStart = getStartForNegStride(LdStart, BECount, IntPtrTy, StoreSize, SE);
 1122                             StoreSize, *AA, Stores)) {
 1136       getNumBytes(BECount, IntPtrTy, StoreSize, CurLoop, DL, SE);
 1152     if (Align < StoreSize)
 1159     if (StoreSize > TTI->getAtomicMemIntrinsicMaxElementSize())
 1167         NumBytes, StoreSize);