Home
last modified time | relevance | path

Searched refs:ExpressionChangedStart (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp606 BinaryOperator *ExpressionChangedStart = nullptr, in RewriteExprTree() local
649 ExpressionChangedStart = Op; in RewriteExprTree()
673 ExpressionChangedStart = Op; in RewriteExprTree()
712 ExpressionChangedStart = Op; in RewriteExprTree()
724 if (ExpressionChangedStart) { in RewriteExprTree()
731 ExpressionChangedStart->clearSubclassOptionalData(); in RewriteExprTree()
732 ExpressionChangedStart->setFastMathFlags(Flags); in RewriteExprTree()
734 Flags.applyFlags(*ExpressionChangedStart); in RewriteExprTree()
738 if (ExpressionChangedStart == ExpressionChangedEnd) in RewriteExprTree()
740 if (ExpressionChangedStart == I) in RewriteExprTree()
[all …]