Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1955 StoreInst *LowerBoundStore = dyn_cast<StoreInst>(&*(PreheaderIter++)); in TEST_F() local
1958 ASSERT_NE(LowerBoundStore, nullptr); in TEST_F()
1963 dyn_cast<ConstantInt>(LowerBoundStore->getValueOperand()); in TEST_F()
2157 StoreInst *LowerBoundStore = dyn_cast<StoreInst>(&*(PreheaderIter++)); in TEST_P() local
2160 ASSERT_NE(LowerBoundStore, nullptr); in TEST_P()
2190 dyn_cast<ConstantInt>(LowerBoundStore->getValueOperand()); in TEST_P()