Searched refs:MatTy (Results 1 – 1 of 1) sorted by relevance
2321 const auto *const MatTy = LV.getType()->castAs<ConstantMatrixType>(); in EmitLoadOfLValue() local2323 MB.CreateIndexAssumption(Idx, MatTy->getNumElementsFlattened()); in EmitLoadOfLValue()2513 const auto *const MatTy = Dst.getType()->castAs<ConstantMatrixType>(); in EmitStoreThroughLValue() local2515 MB.CreateIndexAssumption(Idx, MatTy->getNumElementsFlattened()); in EmitStoreThroughLValue()