Searched refs:mappedOperandIndices (Results 1 – 1 of 1) sorted by relevance
266 const auto mappedOperandIndices = getMapping(operandsUsed); in removeDeadOperands() local268 remapIndexes(&operation.inputs, mappedOperandIndices); in removeDeadOperands()269 remapIndexes(&operation.outputs, mappedOperandIndices); in removeDeadOperands()271 remapIndexes(&model->main.inputIndexes, mappedOperandIndices); in removeDeadOperands()272 remapIndexes(&model->main.outputIndexes, mappedOperandIndices); in removeDeadOperands()