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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1008 const SCEV *NumBytesS = SE->getAddExpr(BECount, SE->getConstant(IntPtr, 1), local
1011 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtr, StoreSize),
1015 Expander.expandCodeFor(NumBytesS, IntPtr, Preheader->getTerminator());
1114 const SCEV *NumBytesS = SE->getAddExpr(BECount, SE->getConstant(IntPtr, 1), local
1117 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtr, StoreSize),
1121 Expander.expandCodeFor(NumBytesS, IntPtr, Preheader->getTerminator());

Completed in 174 milliseconds