Searched defs:OpInfoTy (Results 1 – 1 of 1) sorted by relevance
191 struct OpInfoTy { struct in __anon7e59d9a20111::LowerMatrixIntrinsics193 unsigned NumStores = 0;195 unsigned NumLoads = 0;197 unsigned NumComputeOps = 0;199 OpInfoTy &operator+=(const OpInfoTy &RHS) { in operator +=()