Searched refs:function_ty (Results 1 – 5 of 5) sorted by relevance
602 const Function* function_ty = type.AsFunction(); in RebuildType() local603 const Type* ret_ty = function_ty->return_type(); in RebuildType()605 param_types.reserve(function_ty->param_types().size()); in RebuildType()606 for (const auto* param_ty : function_ty->param_types()) { in RebuildType()
415 FunctionType function_ty = function.getType(); in VerifyPartitionedCall() local416 int func_arg_count = function_ty.getNumInputs(); in VerifyPartitionedCall()
969 FunctionType function_ty = function.getType(); in ArgTypesMatchCallee() local971 for (auto arg_in : llvm::zip(args, function_ty.getInputs())) { in ArgTypesMatchCallee()