Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp737 auto *RHSMatTy = dyn_cast<ConstantMatrixType>( in EmitMul() local
740 if (LHSMatTy && RHSMatTy) in EmitMul()
743 RHSMatTy->getNumColumns()); in EmitMul()