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