Lines Matching refs:this
2 // Use of this source code is governed by a BSD-style license that can be
39 // transformations for nodes that have this operator.
82 // Check if this operator equals another operator. Equivalent operators can
86 return this->opcode() == that->opcode();
94 // Check whether this operator has the given property.
186 return this->pred_(this->parameter(), that->parameter());
189 return base::hash_combine(this->opcode(), this->hash_(this->parameter()));