Searched refs:ExpressionChanged (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp706 // ExpressionChanged - Non-null if the rewritten expression differs from the
708 // Flags are cleared from the operator in ExpressionChanged up to I inclusive.
709 BinaryOperator *ExpressionChanged = 0; local
751 ExpressionChanged = Op;
773 ExpressionChanged = Op;
808 ExpressionChanged = Op;
815 // starting from the operator specified in ExpressionChanged, and compactify
818 if (ExpressionChanged)
820 ExpressionChanged->clearSubclassOptionalData();
821 if (ExpressionChanged
[all...]

Completed in 95 milliseconds