Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Transforms/
H A DSCCP.cpp48 const ConstantValue &latticeValue = lattice->getValue(); in replaceWithConstant() local
49 if (!latticeValue.getConstantValue()) in replaceWithConstant()
53 Dialect *dialect = latticeValue.getConstantDialect(); in replaceWithConstant()
55 builder.getInsertionBlock(), dialect, latticeValue.getConstantValue(), in replaceWithConstant()
/llvm-project/mlir/docs/Tutorials/
H A DDataFlowAnalysis.md255 MetadataLatticeValue latticeValue(metadata);
263 result |= getLatticeElement(value).join(latticeValue);