Searched defs:Mat (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/test/CodeGenCXX/ |
H A D | matrix-type-operators.cpp | 212 void insert(MyMatrix<EltTy, Rows, Columns> &Mat, EltTy e, unsigned i, unsigned j) { in insert() argument 216 void test_insert_template1(MyMatrix<unsigned, 2, 2> &Mat, unsigned e, unsigned i, unsigned j) { in test_insert_template1() argument 250 void test_insert_template2(MyMatrix<float, 3, 8> &Mat, float e) { in test_insert_template2() argument 281 extract(MyMatrix<EltTy,Rows,Columns> & Mat) extract() argument [all...] |
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx20-p0388-unbound-ary.cpp | 53 using Mat = Inc[1]; typedef
|
H A D | warn-memset-bad-sizeof.cpp | 18 typedef double Mat[4][4]; typedef
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstantHoisting.cpp | 731 updateOperand(Instruction * Inst,unsigned Idx,Instruction * Mat) updateOperand() argument 757 Instruction *Mat = Base; emitBaseConstants() local [all...] |