Searched refs:getAddExpr (Results 26 - 32 of 32) sorted by relevance

12

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1062 WideUse = SE->getAddExpr(WideLHS, WideRHS);
1110 return SE->getAddExpr(LHS, RHS);
1889 IVLimit = SE->getAddExpr(IVInit, IVCount);
1928 IVCount = SE->getAddExpr(BackedgeTakenCount,
H A DLoopIdiomRecognize.cpp796 SE->getAddExpr(BECount, SE->getOne(IntPtr), SCEV::FlagNUW);
927 SE->getAddExpr(BECount, SE->getOne(IntPtrTy), SCEV::FlagNUW);
H A DLoopRerollPass.cpp1720 const SCEV *IterCount = SE->getAddExpr(LIBETC, SE->getOne(LIBETC->getType()));
/external/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp464 SE->getAddExpr(BECountSC, SE->getConstant(BECountSC->getType(), 1));
H A DLoopUtils.cpp701 // FIXME: Theoretically, we can call getAddExpr() of ScalarEvolution
715 const SCEV *S = SE->getAddExpr(SE->getSCEV(StartValue),
/external/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1044 const SCEV *X = SE.getAddExpr(PtrSCEVA, BaseDelta);
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2779 const SCEV *ExitCount = SE->getAddExpr(

Completed in 195 milliseconds

12