Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1100 unsigned GVIdx; in parseGlobalValue() local
1101 if (getUnsigned(GVIdx)) in parseGlobalValue()
1103 if (GVIdx >= IRSlots.GlobalValues.size()) in parseGlobalValue()
1104 return error(Twine("use of undefined global value '@") + Twine(GVIdx) + in parseGlobalValue()
1106 GV = IRSlots.GlobalValues[GVIdx]; in parseGlobalValue()