Home
last modified time | relevance | path

Searched refs:LHSMatTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp762 auto *LHSMatTy = dyn_cast<ConstantMatrixType>( in EmitMul() local
767 if (LHSMatTy && RHSMatTy) in EmitMul()
768 return MB.CreateMatrixMultiply(Ops.LHS, Ops.RHS, LHSMatTy->getNumRows(), in EmitMul()
769 LHSMatTy->getNumColumns(), in EmitMul()