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

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
 4997   if (!I || !I->hasOneUse() || !Expr.count(I))
 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))