Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Transforms/
H A DTestConstantFold.cpp25 SmallVector<Operation *> existingConstants; member
34 existingConstants.push_back(op); in foldOperation()
43 existingConstants.clear(); in runOnOperation()
59 for (auto *cst : existingConstants) { in runOnOperation()