Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp53 auto *IndVal2 = cast<ReferenceValue>(Val2); in areEquivalentIndirectionValues() local
54 return &IndVal1->getReferentLoc() == &IndVal2->getReferentLoc(); in areEquivalentIndirectionValues()
57 auto *IndVal2 = cast<PointerValue>(Val2); in areEquivalentIndirectionValues() local
58 return &IndVal1->getPointeeLoc() == &IndVal2->getPointeeLoc(); in areEquivalentIndirectionValues()