reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5005 Roots.push_back(I->getOperand(0)); 5019 if (!collectValuesToDemote(I->getOperand(0), Expr, ToDemote, Roots) || 5020 !collectValuesToDemote(I->getOperand(1), Expr, ToDemote, Roots)) 5027 if (!collectValuesToDemote(SI->getTrueValue(), Expr, ToDemote, Roots) || 5028 !collectValuesToDemote(SI->getFalseValue(), Expr, ToDemote, Roots)) 5038 if (!collectValuesToDemote(IncValue, Expr, ToDemote, Roots))