Searched defs:StoreSizeSCEV (Results 1 – 1 of 1) sorted by relevance
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
| D | LoopIdiomRecognize.cpp | 786 const SCEV *StoreSizeSCEV = SE->getConstant(IntIdxTy, StoreSize); in processLoopStores() local 1006 const SCEV *BECount, const SCEV *StoreSizeSCEV, in mayLoopAccessLocation() 1040 Type *IntPtr, const SCEV *StoreSizeSCEV, in getStartForNegStride() 1085 const SCEV *StoreSizeSCEV, Loop *CurLoop, in getNumBytes() 1097 Value *DestPtr, const SCEV *StoreSizeSCEV, MaybeAlign StoreAlignment, in processLoopStridedStore() 1269 const SCEV *StoreSizeSCEV = SE->getConstant(StorePtr->getType(), StoreSize); in processLoopStoreOfLoopLoad() local 1322 Value *DestPtr, Value *SourcePtr, const SCEV *StoreSizeSCEV, in processLoopStoreOfLoopLoad()
|