Lines Matching refs:Int32Constant
38 Node* MachineOperatorReducer::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::MachineOperatorReducer
39 return mcgraph()->Int32Constant(value); in Int32Constant()
223 node->ReplaceInput(0, Int32Constant(0)); in Reduce()
229 node->ReplaceInput(1, Int32Constant(WhichPowerOf2(m.right().Value()))); in Reduce()
244 node->ReplaceInput(0, Int32Constant(0)); in Reduce()
750 node->ReplaceInput(1, Int32Constant(-m.right().Value())); in ReduceInt32Sub()
786 Node* const zero = Int32Constant(0); in ReduceInt32Div()
790 node->ReplaceInput(0, Int32Constant(0)); in ReduceInt32Div()
812 node->ReplaceInput(0, Int32Constant(0)); in ReduceInt32Div()
834 Node* const zero = Int32Constant(0); in ReduceUint32Div()
869 Node* const zero = Int32Constant(0); in ReduceInt32Mod()
880 node->ReplaceInput(1, Int32Mul(quotient, Int32Constant(divisor))); in ReduceInt32Mod()
1118 node->ReplaceInput(0, Int32Constant(0)); in ReduceWord32Sar()
1168 1, Int32Constant(m.right().Value() & mleft.right().Value())); in ReduceWord32And()