Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/IR/
H A DOperationSupportTest.cpp207 int kNumOpsToInsert = 10; in TEST() local
208 for (int i = 0; i < kNumOpsToInsert; ++i) { in TEST()