Searched refs:IndVal1 (Results 1 – 1 of 1) sorted by relevance
52 if (auto *IndVal1 = dyn_cast<ReferenceValue>(Val1)) { in areEquivalentIndirectionValues() local54 return &IndVal1->getReferentLoc() == &IndVal2->getReferentLoc(); in areEquivalentIndirectionValues()56 if (auto *IndVal1 = dyn_cast<PointerValue>(Val1)) { in areEquivalentIndirectionValues() local58 return &IndVal1->getPointeeLoc() == &IndVal2->getPointeeLoc(); in areEquivalentIndirectionValues()