Home
last modified time | relevance | path

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

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Quantizer/Transforms/
H A DInferQuantizedTypesPass.cpp235 Value replacedResultValue = nullptr; in transformResultType() local
240 replacedResultValue = newResultValue = b.create<DequantizeCastOp>( in transformResultType()
249 replacedResultValue = in transformResultType()
252 op->getLoc(), anchor->getOriginalType(), replacedResultValue); in transformResultType()
258 replacedResultValue = in transformResultType()
261 op->getLoc(), anchor->getOriginalType(), replacedResultValue); in transformResultType()
265 if (replacedResultValue) { in transformResultType()
275 replacedResultValue.getDefiningOp()->replaceUsesOfWith(newResultValue, in transformResultType()