Searched refs:TileShift0 (Results 1 – 1 of 1) sorted by relevance
1659 auto *TileShift0 = cast<AddOperator>(RangeScale0->getOperand(0)); in TEST_F() local1660 EXPECT_EQ(cast<Instruction>(TileShift0)->getParent(), Tile1->getBody()); in TEST_F()1661 EXPECT_EQ(TileShift0->getOperand(1), Tile0->getIndVar()); in TEST_F()1662 auto *TileScale0 = cast<MulOperator>(TileShift0->getOperand(0)); in TEST_F()