Searched refs:NumBytesS (Results 1 – 2 of 2) sorted by relevance
1112 const SCEV *NumBytesS = in processLoopStridedStore() local1117 if (!Expander.isSafeToExpand(NumBytesS)) in processLoopStridedStore()1120 Expander.expandCodeFor(NumBytesS, IntIdxTy, Preheader->getTerminator()); in processLoopStridedStore()1424 const SCEV *NumBytesS = in processLoopStoreOfLoopLoad() local1428 Expander.expandCodeFor(NumBytesS, IntIdxTy, Preheader->getTerminator()); in processLoopStoreOfLoopLoad()
2143 const SCEV *NumBytesS = in processCopyingStore() local2146 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtrTy, StoreSize), in processCopyingStore()2148 Value *NumBytes = Expander.expandCodeFor(NumBytesS, IntPtrTy, ExpPt); in processCopyingStore()