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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp860 const SCEV *NumBytesS; local
872 NumBytesS = SE->getZeroExtendExpr(
876 NumBytesS = SE->getAddExpr(SE->getTruncateOrZeroExtend(BECount, IntPtr),
882 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtr, StoreSize),
885 return NumBytesS;
945 const SCEV *NumBytesS = local
950 if (!isSafeToExpand(NumBytesS, *SE))
954 Expander.expandCodeFor(NumBytesS, IntIdxTy, Preheader->getTerminator());
1114 const SCEV *NumBytesS local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2149 const SCEV *NumBytesS = local
2152 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtrTy, StoreSize),
2154 Value *NumBytes = Expander.expandCodeFor(NumBytesS, IntPtrTy, ExpPt);

Completed in 104 milliseconds