Searched refs:StoreSizeSCEV (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 208 bool processLoopStridedStore(Value *DestPtr, const SCEV *StoreSizeSCEV, 718 const SCEV *StoreSizeSCEV = SE->getConstant(IntIdxTy, StoreSize); in processLoopStores() local 719 if (processLoopStridedStore(StorePtr, StoreSizeSCEV, in processLoopStores() 938 const SCEV *BECount, const SCEV *StoreSizeSCEV, in mayLoopAccessLocation() argument 949 const SCEVConstant *ConstSize = dyn_cast<SCEVConstant>(StoreSizeSCEV); in mayLoopAccessLocation() 976 Type *IntPtr, const SCEV *StoreSizeSCEV, in getStartForNegStride() argument 979 if (!StoreSizeSCEV->isOne()) { in getStartForNegStride() 982 SE->getTruncateOrZeroExtend(StoreSizeSCEV, IntPtr), in getStartForNegStride() 994 const SCEV *StoreSizeSCEV, Loop *CurLoop, in getNumBytes() argument 999 SE->getTruncateOrZeroExtend(StoreSizeSCEV, IntPtr), in getNumBytes() [all …]
|