Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Frontend/
DOpenMPIRBuilderTest.cpp1112 StoreInst *UpperBoundStore = dyn_cast<StoreInst>(&*(PreheaderIter++)); in TEST_F() local
1115 ASSERT_NE(UpperBoundStore, nullptr); in TEST_F()
1121 dyn_cast<ConstantInt>(UpperBoundStore->getValueOperand()); in TEST_F()