Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1956 StoreInst *UpperBoundStore = dyn_cast<StoreInst>(&*(PreheaderIter++)); in TEST_F() local
1959 ASSERT_NE(UpperBoundStore, nullptr); in TEST_F()
1965 dyn_cast<ConstantInt>(UpperBoundStore->getValueOperand()); in TEST_F()
2158 StoreInst *UpperBoundStore = dyn_cast<StoreInst>(&*(PreheaderIter++)); in TEST_P() local
2161 ASSERT_NE(UpperBoundStore, nullptr); in TEST_P()
2192 dyn_cast<ConstantInt>(UpperBoundStore->getValueOperand()); in TEST_P()