Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DAbstractResult.cpp48 llvm::SmallVector<mlir::Type> newInputTypes = {argTy}; in getNewFunctionType() local
49 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() local
100 newInputTypes.push_back(operand.getType()); in matchAndRewrite()
101 auto funTy = mlir::FunctionType::get(callOp.getContext(), newInputTypes, in matchAndRewrite()