Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Frontend/
DOpenMPIRBuilderTest.cpp1150 auto *LoadedUpperBound = dyn_cast<LoadInst>(Difference->getOperand(0)); in TEST_F() local
1151 ASSERT_NE(LoadedUpperBound, nullptr); in TEST_F()
1152 EXPECT_EQ(LoadedUpperBound->getPointerOperand(), PUpperBound); in TEST_F()