Searched defs:arg_ty (Results 1 – 7 of 7) sorted by relevance
5271 let arg_ty = arg_item.kind().expect_type(); in fnsig_argument_type() localVariable5317 let arg_ty = fnsig_argument_type(ctx, ty); in fnsig_arguments_iter() localVariable
40 typedef struct _arg *arg_ty; typedef
306 auto arg_ty = tensor.getType().dyn_cast<ShapedType>(); in fold() local