Searched refs:a_ty (Results 1 – 1 of 1) sorted by relevance
75 auto a_ty = a.getType().dyn_cast<MemRefType>(); in build() local77 if (a_ty && b_ty && a_ty.hasStaticShape() && b_ty.hasStaticShape() && in build()78 a_ty.getNumElements() == b_ty.getNumElements() && in build()79 a_ty.getElementType() == b_ty.getElementType() && in build()80 affine_maps_symbol_free_and_equal(a_ty.getAffineMaps(), in build()95 auto a_ty = a.getType().dyn_cast<MemRefType>(); in build() local97 if (a_ty && b_ty && a_ty.getElementType() == b_ty.getElementType() && in build()98 a_ty.getAffineMaps() == b_ty.getAffineMaps()) { in build()