Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12902 QualType LHSELTy = LHSMatType->getElementType(), in CheckMatrixMultiplyOperands() local
12904 if (!Context.hasSameType(LHSELTy, RHSELTy)) in CheckMatrixMultiplyOperands()
12908 Context.getCommonSugaredType(LHSELTy, RHSELTy), in CheckMatrixMultiplyOperands()