Home
last modified time | relevance | path

Searched refs:StoreSizeSCEV (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp219 bool processLoopStridedStore(Value *DestPtr, const SCEV *StoreSizeSCEV,
788 const SCEV *StoreSizeSCEV = SE->getConstant(IntIdxTy, StoreSize); in processLoopStores() local
789 if (processLoopStridedStore(StorePtr, StoreSizeSCEV, in processLoopStores()
1008 const SCEV *BECount, const SCEV *StoreSizeSCEV, in mayLoopAccessLocation() argument
1019 const SCEVConstant *ConstSize = dyn_cast<SCEVConstant>(StoreSizeSCEV); in mayLoopAccessLocation()
1042 Type *IntPtr, const SCEV *StoreSizeSCEV, in getStartForNegStride() argument
1045 if (!StoreSizeSCEV->isOne()) { in getStartForNegStride()
1048 SE->getTruncateOrZeroExtend(StoreSizeSCEV, IntPtr), in getStartForNegStride()
1087 const SCEV *StoreSizeSCEV, Loop *CurLoop, in getNumBytes() argument
1092 SE->getTruncateOrZeroExtend(StoreSizeSCEV, IntPtr), in getNumBytes()
[all …]