Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/FuzzMutate/
H A DStrategiesTest.cpp234 bool FoundInbounds = false; in TEST() local
238 FoundInbounds |= GEP->isInBounds(); in TEST()
241 EXPECT_TRUE(FoundInbounds); in TEST()