Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1673 auto *TileShift1 = cast<AddOperator>(RangeScale1->getOperand(0)); in TEST_F() local
1674 EXPECT_EQ(cast<Instruction>(TileShift1)->getParent(), Tile1->getBody()); in TEST_F()
1675 EXPECT_EQ(TileShift1->getOperand(1), Tile1->getIndVar()); in TEST_F()
1676 auto *TileScale1 = cast<MulOperator>(TileShift1->getOperand(0)); in TEST_F()