Searched refs:setFunctionType (Results 1 – 4 of 4) sorted by relevance
96 void setFunctionType(Operation *op, Type newType);
240 function_interface_impl::setFunctionType(this->getOperation(), newType);
457 void setFunctionType(FunctionType *FT) { FuncTy = FT; } in setFunctionType() function
279 void mlir::function_interface_impl::setFunctionType(Operation *op, in setFunctionType() function in mlir::function_interface_impl