Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1994 auto *LoadedUpperBound = dyn_cast<LoadInst>(Difference->getOperand(0)); in TEST_F() local
1995 ASSERT_NE(LoadedUpperBound, nullptr); in TEST_F()
1996 EXPECT_EQ(LoadedUpperBound->getPointerOperand(), PUpperBound); in TEST_F()