Searched refs:NumBytesS (Results 1 – 2 of 2) sorted by relevance
1069 const SCEV *NumBytesS = in processLoopStridedStore() local1074 if (!Expander.isSafeToExpand(NumBytesS)) in processLoopStridedStore()1078 Expander.expandCodeFor(NumBytesS, IntIdxTy, Preheader->getTerminator()); in processLoopStridedStore()1373 const SCEV *NumBytesS = in processLoopStoreOfLoopLoad() local1377 Expander.expandCodeFor(NumBytesS, IntIdxTy, Preheader->getTerminator()); in processLoopStoreOfLoopLoad()
2155 const SCEV *NumBytesS = in processCopyingStore() local2158 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtrTy, StoreSize), in processCopyingStore()2160 Value *NumBytes = Expander.expandCodeFor(NumBytesS, IntPtrTy, ExpPt); in processCopyingStore()