Home | History | Annotate | Download | only in arm64

Lines Matching full:binop

2081                                              Node** node, Node* binop,
2089 switch (binop->opcode()) {
2104 if (selector->CanCover(*node, binop)) {
2109 *node = binop;
2111 } else if (selector->IsOnlyUserOfNodeInSameBlock(*node, binop)) {
2117 *node = binop;
2238 Node* binop = m.left().node();
2239 MaybeReplaceCmpZeroWithFlagSettingBinop(selector, &node, binop, &opcode,
2248 Node* binop = m.right().node();
2249 MaybeReplaceCmpZeroWithFlagSettingBinop(selector, &node, binop, &opcode,