Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DInferTypeOpInterfaceTest.cpp39 mapFn = cast<func::FuncOp>(module->front()); in SetUp()
44 auto &fnBody = mapFn.getBody(); in addiRange()
51 func::FuncOp mapFn; member in ValueShapeRangeTest
70 if (val == mapFn.getArgument(0)) in TEST_F()
90 if (val == mapFn.getArgument(0)) in TEST_F()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinAttributes.h953 std::function<T(ptrdiff_t)> mapFn =
963 return iterator<T>(llvm::seq<ptrdiff_t>(0, getNumElements()).begin(), mapFn);