Home
last modified time | relevance | path

Searched refs:TileShift0 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1659 auto *TileShift0 = cast<AddOperator>(RangeScale0->getOperand(0)); in TEST_F() local
1660 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()