Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp607 *ExpressionChangedEnd = nullptr; in RewriteExprTree() local
650 if (!ExpressionChangedEnd) in RewriteExprTree()
651 ExpressionChangedEnd = Op; in RewriteExprTree()
674 if (!ExpressionChangedEnd) in RewriteExprTree()
675 ExpressionChangedEnd = Op; in RewriteExprTree()
713 if (!ExpressionChangedEnd) in RewriteExprTree()
714 ExpressionChangedEnd = Op; in RewriteExprTree()
746 if (ExpressionChangedStart == ExpressionChangedEnd) in RewriteExprTree()