Searched refs:maybeShapeRatio (Results 1 – 1 of 1) sorted by relevance
141 auto maybeShapeRatio = shapeRatio(*maybeUnrollShape, *targetShape); in matchAndRewrite() local142 if (!maybeShapeRatio || in matchAndRewrite()143 llvm::all_of(*maybeShapeRatio, [](int64_t v) { return v == 1; })) in matchAndRewrite()