Searched refs:bopE (Results 1 – 1 of 1) sorted by relevance
437 bopE = dyn_cast_or_null<BinaryOperator>(parent)) { in tryRemoving() local438 if (bopE->getOpcode() == BO_Comma && bopE->getLHS() == E && in tryRemoving()439 isRemovable(bopE)) { in tryRemoving()440 Pass.TA.replace(bopE->getSourceRange(), bopE->getRHS()->getSourceRange()); in tryRemoving()