Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DValue.cpp23 auto *IndVal2 = cast<PointerValue>(&Val2); in areEquivalentIndirectionValues() local
24 return &IndVal1->getPointeeLoc() == &IndVal2->getPointeeLoc(); in areEquivalentIndirectionValues()