Home | History | Annotate | Download | only in compiler

Lines Matching refs:Unop

25         unop(NULL),
41 const Operator* unop;
114 return reduce(Unop(op, Parameter(input_type)));
142 Node* Unop(const Operator* op, Node* input) {
470 Node* convert = R.Unop(R.javascript.ToNumber(), n);
693 Node* ton = R.Unop(R.javascript.ToNumber(), p0);