Lines Matching refs:ExpressionChangedStart
701 BinaryOperator *ExpressionChangedStart = nullptr, in RewriteExprTree() local
744 ExpressionChangedStart = Op; in RewriteExprTree()
768 ExpressionChangedStart = Op; in RewriteExprTree()
807 ExpressionChangedStart = Op; in RewriteExprTree()
819 if (ExpressionChangedStart) { in RewriteExprTree()
826 ExpressionChangedStart->clearSubclassOptionalData(); in RewriteExprTree()
827 ExpressionChangedStart->setFastMathFlags(Flags); in RewriteExprTree()
829 ExpressionChangedStart->clearSubclassOptionalData(); in RewriteExprTree()
833 if (HasNUW && ExpressionChangedStart->getOpcode() == Instruction::Add) in RewriteExprTree()
834 ExpressionChangedStart->setHasNoUnsignedWrap(); 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()
851 ExpressionChangedStart = in RewriteExprTree()
852 cast<BinaryOperator>(*ExpressionChangedStart->user_begin()); in RewriteExprTree()