Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1957 StoreInst *StrideStore = dyn_cast<StoreInst>(&*(PreheaderIter++)); in TEST_F() local
1960 ASSERT_NE(StrideStore, nullptr); in TEST_F()
1966 auto *OrigStride = dyn_cast<ConstantInt>(StrideStore->getValueOperand()); in TEST_F()
2159 StoreInst *StrideStore = dyn_cast<StoreInst>(&*(PreheaderIter++)); in TEST_P() local
2162 ASSERT_NE(StrideStore, nullptr); in TEST_P()
2194 dyn_cast<ConstantInt>(StrideStore->getValueOperand()); in TEST_P()