Searched refs:UpperBoundStore (Results 1 – 1 of 1) sorted by relevance
1956 StoreInst *UpperBoundStore = dyn_cast<StoreInst>(&*(PreheaderIter++)); in TEST_F() local1959 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() local2161 ASSERT_NE(UpperBoundStore, nullptr); in TEST_P()2192 dyn_cast<ConstantInt>(UpperBoundStore->getValueOperand()); in TEST_P()