Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp735 auto *LHSMatTy = dyn_cast<ConstantMatrixType>( in EmitMul() local
740 if (LHSMatTy && RHSMatTy) in EmitMul()
741 return MB.CreateMatrixMultiply(Ops.LHS, Ops.RHS, LHSMatTy->getNumRows(), in EmitMul()
742 LHSMatTy->getNumColumns(), in EmitMul()