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