Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp776 Value *TATA; in sinkTranspose() local
777 if (match(TA, m_Intrinsic<Intrinsic::matrix_transpose>(m_Value(TATA)))) { in sinkTranspose()
778 updateShapeAndReplaceAllUsesWith(I, TATA); in sinkTranspose()