Searched refs:TileScale1 (Results 1 – 1 of 1) sorted by relevance
1676 auto *TileScale1 = cast<MulOperator>(TileShift1->getOperand(0)); in TEST_F() local1677 EXPECT_EQ(cast<Instruction>(TileScale1)->getParent(), Tile1->getBody()); in TEST_F()1678 EXPECT_EQ(TileScale1->getOperand(0), TileSize1); in TEST_F()1679 EXPECT_EQ(TileScale1->getOperand(1), Floor1->getIndVar()); in TEST_F()