Home | History | Annotate | Download | only in compiler

Lines Matching defs:Int64Constant

42 Node* MachineOperatorReducer::Int64Constant(int64_t value) {
43 return graph()->NewNode(common()->Int64Constant(value));