Home
last modified time | relevance | path

Searched defs:createConst (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/GPU/TransformOps/
H A DUtils.cpp282 auto createConst = [&](int dim) { createGpuLaunch() local
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DExpandOps.cpp27 static Value createConst(Location loc, Type type, int value, in createConst() function