Home | History | Annotate | Download | only in compiler

Lines Matching defs:Unop

22         unop(NULL),
36 const Operator* unop;
104 return reduce(Unop(op, Parameter(input_type)));
116 Node* Unop(const Operator* op, Node* input) {
451 Node* convert = R.Unop(R.javascript.ToNumber(), n);
791 Node* orig = R.Unop(opnot, R.Parameter(kJSTypes[i]));
815 Node* ton = R.Unop(R.javascript.ToNumber(), p0);
1227 Node* orig = R.Unop(opnot, p0);