Searched refs:TileScale0 (Results 1 – 1 of 1) sorted by relevance
1662 auto *TileScale0 = cast<MulOperator>(TileShift0->getOperand(0)); in TEST_F() local1663 EXPECT_EQ(cast<Instruction>(TileScale0)->getParent(), Tile1->getBody()); in TEST_F()1664 EXPECT_EQ(TileScale0->getOperand(0), TileSize0); in TEST_F()1665 EXPECT_EQ(TileScale0->getOperand(1), Floor0->getIndVar()); in TEST_F()