Searched refs:ExpressionChangedStart (Results 1 – 1 of 1) sorted by relevance
701 BinaryOperator *ExpressionChangedStart = nullptr, in RewriteExprTree() local744 ExpressionChangedStart = Op; in RewriteExprTree()768 ExpressionChangedStart = Op; in RewriteExprTree()807 ExpressionChangedStart = Op; in RewriteExprTree()819 if (ExpressionChangedStart) { in RewriteExprTree()827 ExpressionChangedStart->setFastMathFlags(Flags); in RewriteExprTree()838 if (ExpressionChangedStart == ExpressionChangedEnd) in RewriteExprTree()840 if (ExpressionChangedStart == I) in RewriteExprTree()848 replaceDbgUsesWithUndef(ExpressionChangedStart); in RewriteExprTree()850 ExpressionChangedStart->moveBefore(I); in RewriteExprTree()[all …]