Searched refs:b_ty (Results 1 – 1 of 1) sorted by relevance
76 auto b_ty = b.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()81 b_ty.getAffineMaps())) { in build()96 auto b_ty = b.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()