Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp52 if (auto *IndVal1 = dyn_cast<ReferenceValue>(Val1)) { in areEquivalentIndirectionValues() local
54 return &IndVal1->getReferentLoc() == &IndVal2->getReferentLoc(); in areEquivalentIndirectionValues()
56 if (auto *IndVal1 = dyn_cast<PointerValue>(Val1)) { in areEquivalentIndirectionValues() local
58 return &IndVal1->getPointeeLoc() == &IndVal2->getPointeeLoc(); in areEquivalentIndirectionValues()