Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1069 const SCEV *NumBytesS = in processLoopStridedStore() local
1074 if (!Expander.isSafeToExpand(NumBytesS)) in processLoopStridedStore()
1078 Expander.expandCodeFor(NumBytesS, IntIdxTy, Preheader->getTerminator()); in processLoopStridedStore()
1373 const SCEV *NumBytesS = in processLoopStoreOfLoopLoad() local
1377 Expander.expandCodeFor(NumBytesS, IntIdxTy, Preheader->getTerminator()); in processLoopStoreOfLoopLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2155 const SCEV *NumBytesS = in processCopyingStore() local
2158 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtrTy, StoreSize), in processCopyingStore()
2160 Value *NumBytes = Expander.expandCodeFor(NumBytesS, IntPtrTy, ExpPt); in processCopyingStore()