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

/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp674 // ExpressionChanged - Non-null if the rewritten expression differs from the
676 // Flags are cleared from the operator in ExpressionChanged up to I inclusive.
677 BinaryOperator *ExpressionChanged = 0; local
717 ExpressionChanged = Op;
738 ExpressionChanged = Op;
772 ExpressionChanged = Op;
779 // starting from the operator specified in ExpressionChanged, and compactify
782 if (ExpressionChanged)
784 ExpressionChanged->clearSubclassOptionalData();
785 if (ExpressionChanged
[all...]

Completed in 312 milliseconds