Lines Matching defs:matrix
1413 std::vector<const analysis::Constant*> matrix =
1415 EXPECT_EQ(matrix.size(), tc.expected_result.size());
1416 for (size_t c = 0; c < matrix.size(); c++) {
1417 if (matrix[c]->AsNullConstant() != nullptr) {
1418 matrix[c] = const_mgr->GetNullCompositeConstant(matrix[c]->type());
1421 matrix[c]->AsVectorConstant();
1437 // Test case 0: OpTranspose square null matrix
1445 // Test case 1: OpTranspose rectangular null matrix
7577 // Test case 13: Insert into a column of a matrix
7596 // Test case 14: Insert all elements of the matrix.
7608 "; CHECK: [[matrix:%\\w+]] = OpCompositeConstruct [[m2x2]] [[c0]] [[c1]]\n" +
7609 "; CHECK: %5 = OpCopyObject [[m2x2]] [[matrix]]\n" +