Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp550 SmallVector<const SCEV *, 4> OpsCopy(Ops); in TEST_F() local
551 return SE.getAddRecExpr(OpsCopy, L, SCEV::FlagAnyWrap); in TEST_F()
555 SmallVector<const SCEV *, 4> OpsCopy(Ops); in TEST_F() local
556 return SE.getAddExpr(OpsCopy, SCEV::FlagAnyWrap); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3815 SmallVector<const SCEV *, 4> OpsCopy(Ops); // Don't let SE modify Ops. in GenerateCombinations() local
3816 GenerateFormula(SE.getAddExpr(OpsCopy)); in GenerateCombinations()