Searched refs:StoreSizeSCEV (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 230 bool processLoopStridedStore(Value *DestPtr, const SCEV *StoreSizeSCEV, 742 const SCEV *StoreSizeSCEV = SE->getConstant(IntIdxTy, StoreSize); in processLoopStores() local 743 if (processLoopStridedStore(StorePtr, StoreSizeSCEV, in processLoopStores() 953 const SCEV *BECount, const SCEV *StoreSizeSCEV, in mayLoopAccessLocation() argument 965 match(StoreSizeSCEV, m_scev_APInt(ConstSize))) { in mayLoopAccessLocation() 991 Type *IntPtr, const SCEV *StoreSizeSCEV, in getStartForNegStride() argument 994 if (!StoreSizeSCEV->isOne()) { in getStartForNegStride() 997 SE->getTruncateOrZeroExtend(StoreSizeSCEV, IntPtr), in getStartForNegStride() 1009 const SCEV *StoreSizeSCEV, Loop *CurLoop, in getNumBytes() argument 1014 SE->getTruncateOrZeroExtend(StoreSizeSCEV, IntPtr), in getNumBytes() [all …]
|