Lines Matching defs:of
2 // Use of this source code is governed by a BSD-style license that can be
98 // TODO(titzer): explicit load/stores here are only because of representations
125 // TODO(titzer): explicit load/stores here are only because of representations
385 // TODO(titzer): assert the contents of the array.
391 // A helper class for accessing fields and elements of various types, on both
664 // Fills in most of the nodes of the graph in order to make tests shorter.
736 // Inserts the node as the return value of the graph.
742 // Inserts the node as the effect input to the return of the graph.
1040 static void CheckChangeOf(IrOpcode::Value change, Node* of, Node* node) {
1042 CHECK_EQ(of, node->InputAt(0));
1078 Node* of = node->InputAt(0);
1079 CHECK_EQ(IrOpcode::kChangeTaggedToFloat64, of->opcode());
1080 CHECK_EQ(t.p0, of->InputAt(0));
1118 Node* of = node->InputAt(0);
1119 CHECK_EQ(IrOpcode::kChangeTaggedToFloat64, of->opcode());
1120 CHECK_EQ(t.p0, of->InputAt(0));