reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
 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))
 5096     if (!collectValuesToDemote(Root, Expr, ToDemote, Roots))
 5180     collectValuesToDemote(Roots.pop_back_val(), Expr, ToDemote, Roots);