Home
last modified time | relevance | path

Searched defs:OpInfoTy (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp191 struct OpInfoTy { struct in __anon7e59d9a20111::LowerMatrixIntrinsics
193 unsigned NumStores = 0;
195 unsigned NumLoads = 0;
197 unsigned NumComputeOps = 0;
199 OpInfoTy &operator+=(const OpInfoTy &RHS) { in operator +=()