Lines Matching refs:ValueRepresentation
15 std::ostream& operator<<(std::ostream& os, const ValueRepresentation& repr) {
17 case ValueRepresentation::kTagged:
20 case ValueRepresentation::kUntagged:
42 void CheckValueInputIs(NodeBase* node, int i, ValueRepresentation repr) { in CheckValueInputIs()
85 CheckValueInputIs(node, 0, ValueRepresentation::kTagged); in Process()
89 CheckValueInputIs(node, 0, ValueRepresentation::kUntagged); in Process()
117 CheckValueInputIs(node, 0, ValueRepresentation::kTagged); in Process()
118 CheckValueInputIs(node, 1, ValueRepresentation::kTagged); in Process()
122 CheckValueInputIs(node, 0, ValueRepresentation::kUntagged); in Process()
123 CheckValueInputIs(node, 1, ValueRepresentation::kUntagged); in Process()
129 CheckValueInputIs(node, i, ValueRepresentation::kTagged); in Process()