Searched refs:convertedTypes (Results 1 – 2 of 2) sorted by relevance
567 SmallVector<Type> convertedTypes; in matchAndRewrite() local569 convertedTypes)) && in matchAndRewrite()570 convertedTypes == adaptor.getInputs().getTypes()) { in matchAndRewrite()575 convertedTypes.clear(); in matchAndRewrite()577 convertedTypes)) && in matchAndRewrite()578 convertedTypes == op.getOutputs().getType()) { in matchAndRewrite()
756 auto convertedTypes = signatureConversion.getConvertedTypes(); in applySignatureConversion() local757 if (origArgCount == 0 && convertedTypes.empty()) in applySignatureConversion()766 SmallVector<Location> newLocs(convertedTypes.size(), in applySignatureConversion()769 newBlock->addArguments(convertedTypes, newLocs)); in applySignatureConversion()3021 SmallVector<Type, 1> convertedTypes; in convertSignatureArg() local3022 if (failed(convertType(type, convertedTypes))) in convertSignatureArg()3026 if (convertedTypes.empty()) in convertSignatureArg()3030 result.addInputs(inputNo, convertedTypes); in convertSignatureArg()