Searched defs:StoreSizeSCEV (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 742 const SCEV *StoreSizeSCEV = SE->getConstant(IntIdxTy, StoreSize); in processLoopStores() local 953 const SCEV *BECount, const SCEV *StoreSizeSCEV, in mayLoopAccessLocation() 991 Type *IntPtr, const SCEV *StoreSizeSCEV, in getStartForNegStride() 1009 const SCEV *StoreSizeSCEV, Loop *CurLoop, in getNumBytes() 1021 Value *DestPtr, const SCEV *StoreSizeSCEV, MaybeAlign StoreAlignment, in processLoopStridedStore() 1220 const SCEV *StoreSizeSCEV = SE->getConstant(StorePtr->getType(), StoreSize); in processLoopStoreOfLoopLoad() local 1273 Value *DestPtr, Value *SourcePtr, const SCEV *StoreSizeSCEV, in processLoopStoreOfLoopLoad()
|