Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Transforms/
H A DTestIntRangeInference.cpp32 Optional<APInt> maybeConstValue = inferredRange.getConstantValue(); in replaceWithConstant() local
33 if (!maybeConstValue.has_value()) in replaceWithConstant()
40 Attribute constAttr = b.getIntegerAttr(value.getType(), *maybeConstValue); in replaceWithConstant()