Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp2007 const auto *const MatTy = LV.getType()->castAs<ConstantMatrixType>(); in EmitLoadOfLValue() local
2009 MB.CreateIndexAssumption(Idx, MatTy->getNumElementsFlattened()); in EmitLoadOfLValue()
2164 const auto *const MatTy = Dst.getType()->castAs<ConstantMatrixType>(); in EmitStoreThroughLValue() local
2166 MB.CreateIndexAssumption(Idx, MatTy->getNumElementsFlattened()); in EmitStoreThroughLValue()