Searched refs:inputCastOp (Results 1 – 1 of 1) sorted by relevance
2610 auto inputCastOp = value.getDefiningOp<UnrealizedConversionCastOp>(); in computeNecessaryMaterializations() local2611 if (inputCastOp && inputCastOp->getNumOperands() == 1) in computeNecessaryMaterializations()2612 return lookupRemappedValue(invalidRoot, inputCastOp->getOperand(0), in computeNecessaryMaterializations()