Searched refs:SubRegInfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp185 auto SubRegInfo = Names2SubRegIndices.find(Name); local
186 if (SubRegInfo == Names2SubRegIndices.end())
188 return SubRegInfo->getValue();

Completed in 104 milliseconds