Searched refs:Int32Neg (Results 1 – 2 of 2) sorted by relevance
253 Node* Int32Neg(Node* a) { return Int32Sub(Int32Constant(0), a); } in Int32Neg() function
2524 m.Return(m.Int32Neg(m.Parameter(0))); in TEST()