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()
619 const Function* function_ty = type.AsFunction(); in RebuildType() local620 const Type* ret_ty = function_ty->return_type(); in RebuildType()622 param_types.reserve(function_ty->param_types().size()); in RebuildType()623 for (const auto* param_ty : function_ty->param_types()) { in RebuildType()
475 FunctionType function_ty = function.getFunctionType(); in VerifyPartitionedCall() local476 int func_arg_count = function_ty.getNumInputs(); in VerifyPartitionedCall()
853 FunctionType function_ty = function.getFunctionType(); in ArgTypesMatchCallee() local855 for (auto arg_in : llvm::zip(args, function_ty.getInputs())) { in ArgTypesMatchCallee()