Home | History | Annotate | Download | only in x64

Lines Matching refs:AsBinaryOperation

2623           (node->value()->AsBinaryOperation() != NULL &&
2624 node->value()->AsBinaryOperation()->ResultOverwriteAllowed());
3068 (node->expression()->AsBinaryOperation() != NULL &&
3069 node->expression()->AsBinaryOperation()->ResultOverwriteAllowed());
3429 if (node->left()->AsBinaryOperation() != NULL &&
3430 node->left()->AsBinaryOperation()->ResultOverwriteAllowed()) {
3432 } else if (node->right()->AsBinaryOperation() != NULL &&
3433 node->right()->AsBinaryOperation()->ResultOverwriteAllowed()) {