Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/
H A DSCCP.cpp49 Value constant = folder.getOrCreateConstant(builder, dialect, in replaceWithConstant()
/llvm-project-15.0.7/mlir/test/lib/Transforms/
H A DTestIntRangeInference.cpp41 Value constant = folder.getOrCreateConstant(b, valueDialect, constAttr, in replaceWithConstant()
/llvm-project-15.0.7/mlir/include/mlir/Transforms/
H A DFoldUtils.h116 Value getOrCreateConstant(OpBuilder &builder, Dialect *dialect,
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DFoldUtils.cpp199 Value OperationFolder::getOrCreateConstant(OpBuilder &builder, Dialect *dialect, in getOrCreateConstant() function in OperationFolder