Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp702 *ExpressionChangedEnd = nullptr; in RewriteExprTree() local
745 if (!ExpressionChangedEnd) in RewriteExprTree()
746 ExpressionChangedEnd = Op; in RewriteExprTree()
769 if (!ExpressionChangedEnd) in RewriteExprTree()
770 ExpressionChangedEnd = Op; in RewriteExprTree()
808 if (!ExpressionChangedEnd) in RewriteExprTree()
809 ExpressionChangedEnd = Op; in RewriteExprTree()
838 if (ExpressionChangedStart == ExpressionChangedEnd) in RewriteExprTree()