Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2190 unsigned GVIdx; in parseGlobalValue() local
2191 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()
2193 GV = PFS.IRSlots.GlobalValues.get(GVIdx); in parseGlobalValue()
2196 Twine(GVIdx) + "'"); in parseGlobalValue()