Home
last modified time | relevance | path

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

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Quantizer/Transforms/
H A DInferQuantizedTypesPass.cpp185 Value newTypedInputValue = inputValue; in transformOperandType() local
190 newTypedInputValue = inputDcastOp.arg(); in transformOperandType()
194 newTypedInputValue = in transformOperandType()
200 anchor->getOp()->setOperand(anchor->getOperandIdx(), newTypedInputValue); in transformOperandType()
209 b.create<StorageCastOp>(op->getLoc(), storageType, newTypedInputValue)); in transformOperandType()
218 newTypedInputValue)); in transformOperandType()