Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Analysis/
DAssumeBundleQueriesTest.cpp238 auto LookupIt = Map.find(Key); in MapHasRightValue() local
239 return (LookupIt != Map.end()) && (LookupIt->second[II].Min == MM.Min) && in MapHasRightValue()
240 (LookupIt->second[II].Max == MM.Max); in MapHasRightValue()
462 auto LookupIt = Map.find(RetainedKnowledgeKey{K.WasOn, K.AttrKind}); in RunRandTest() local
463 ASSERT_TRUE(LookupIt != Map.end()); in RunRandTest()
464 MinMax MM = LookupIt->second[Assume]; in RunRandTest()