Searched refs:newInputTypes (Results 1 – 1 of 1) sorted by relevance
48 llvm::SmallVector<mlir::Type> newInputTypes = {argTy}; in getNewFunctionType() local49 newInputTypes.append(funcTy.getInputs().begin(), funcTy.getInputs().end()); in getNewFunctionType()50 return mlir::FunctionType::get(funcTy.getContext(), newInputTypes, in getNewFunctionType()98 llvm::SmallVector<mlir::Type> newInputTypes = {argType}; in matchAndRewrite() local100 newInputTypes.push_back(operand.getType()); in matchAndRewrite()101 auto funTy = mlir::FunctionType::get(callOp.getContext(), newInputTypes, in matchAndRewrite()