Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1219 MatrixTy getZeroMatrix(Type *EltType, unsigned R, unsigned C) { in getZeroMatrix() function in __anon7e59d9a20111::LowerMatrixIntrinsics
1315 MatrixTy Res = getZeroMatrix(EltType, TileR, TileC); in emitSIMDTiling()