Searched refs:maybeConstValue (Results 1 – 1 of 1) sorted by relevance
32 Optional<APInt> maybeConstValue = inferredRange.getConstantValue(); in replaceWithConstant() local33 if (!maybeConstValue.has_value()) in replaceWithConstant()40 Attribute constAttr = b.getIntegerAttr(value.getType(), *maybeConstValue); in replaceWithConstant()