Searched refs:NumBytesS (Results 1 – 2 of 2) sorted by relevance
1064 const SCEV *NumBytesS = in processLoopStridedStore() local1069 if (!Expander.isSafeToExpand(NumBytesS)) in processLoopStridedStore()1073 Expander.expandCodeFor(NumBytesS, IntIdxTy, Preheader->getTerminator()); in processLoopStridedStore()1368 const SCEV *NumBytesS = in processLoopStoreOfLoopLoad() local1372 Expander.expandCodeFor(NumBytesS, IntIdxTy, Preheader->getTerminator()); in processLoopStoreOfLoopLoad()
2161 const SCEV *NumBytesS = in processCopyingStore() local2164 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtrTy, StoreSize), in processCopyingStore()2166 Value *NumBytes = Expander.expandCodeFor(NumBytesS, IntPtrTy, ExpPt); in processCopyingStore()