Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/DataFlow/
H A DConstantPropagationAnalysis.h39 Dialect *getConstantDialect() const { return dialect; } in getConstantDialect() function
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DSCCP.cpp48 Dialect *dialect = latticeValue.getConstantDialect(); in replaceWithConstant()