Searched refs:OpsCopy (Results 1 – 2 of 2) sorted by relevance
550 SmallVector<const SCEV *, 4> OpsCopy(Ops); in TEST_F() local551 return SE.getAddRecExpr(OpsCopy, L, SCEV::FlagAnyWrap); in TEST_F()555 SmallVector<const SCEV *, 4> OpsCopy(Ops); in TEST_F() local556 return SE.getAddExpr(OpsCopy, SCEV::FlagAnyWrap); in TEST_F()
3815 SmallVector<const SCEV *, 4> OpsCopy(Ops); // Don't let SE modify Ops. in GenerateCombinations() local3816 GenerateFormula(SE.getAddExpr(OpsCopy)); in GenerateCombinations()