Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp4099 auto *FirstStored = dyn_cast_or_null<BitCastInst>( in TEST_F() local
4103 ASSERT_NE(FirstStored, nullptr); in TEST_F()
4105 Value *FirstPrivatized = FirstStored->getOperand(0); in TEST_F()
4108 isSimpleBinaryReduction(FirstPrivatized, FirstStored->getParent())); in TEST_F()