Home | History | Annotate | Download | only in compiler

Lines Matching refs:AsTuple

488     TupleType* this_tuple = this->AsTuple();
489 TupleType* that_tuple = that->AsTuple();
1028 for (int i = 0, n = this->AsTuple()->Arity(); i < n; ++i) {
1029 Type* type_i = this->AsTuple()->Element(i);