Searched refs:DRE2 (Results 1 – 1 of 1) sorted by relevance
3943 const auto *DRE2 = cast<DeclRefExpr>(E2); in isSameComparisonOperand() local3944 return DRE1->isRValue() && DRE2->isRValue() && in isSameComparisonOperand()3945 DRE1->getDecl() == DRE2->getDecl(); in isSameComparisonOperand()3967 const auto *DRE2 = dyn_cast<DeclRefExpr>(E2); in isSameComparisonOperand() local3968 if (DRE1 && DRE2) in isSameComparisonOperand()3969 return declaresSameEntity(DRE1->getDecl(), DRE2->getDecl()); in isSameComparisonOperand()