Searched refs:ReduceInt32Binop (Results 1 – 2 of 2) sorted by relevance
90 Reduction ReduceInt32Binop(Node* node, const Operator* intOp);
514 Reduction JSTypedLowering::ReduceInt32Binop(Node* node, const Operator* intOp) { in ReduceInt32Binop() function in v8::internal::compiler::JSTypedLowering2599 return ReduceInt32Binop(node, simplified()->NumberBitwiseOr()); in Reduce()2601 return ReduceInt32Binop(node, simplified()->NumberBitwiseXor()); in Reduce()2603 return ReduceInt32Binop(node, simplified()->NumberBitwiseAnd()); in Reduce()