Searched refs:Mat4 (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | matrix-type-operators.cpp | 95 MyMatrix<unsigned, 3, 2> Mat4; in test_multiply_template() local 96 Mat1.value = multiply<unsigned, 3, 2, unsigned, 3, 3, unsigned, 2, 2>(Mat4, Mat2); in test_multiply_template() 102 Mat4.value = Mat4.value * Mat1; in test_multiply_template()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | oddsubvector.ll | 64 %struct.Mat4 = type { %struct.storage } 104 %5 = getelementptr inbounds %struct.Mat4, ptr %1, i64 0, i32 0, i32 0, i64 4 107 %8 = getelementptr inbounds %struct.Mat4, ptr %1, i64 0, i32 0, i32 0, i64 8 110 %11 = getelementptr inbounds %struct.Mat4, ptr %1, i64 0, i32 0, i32 0, i64 12
|