Searched refs:GVIdx (Results 1 – 1 of 1) sorted by relevance
1180 unsigned GVIdx; in parseGlobalValue() local1181 if (getUnsigned(GVIdx)) in parseGlobalValue()1183 if (GVIdx >= PFS.IRSlots.GlobalValues.size()) in parseGlobalValue()1184 return error(Twine("use of undefined global value '@") + Twine(GVIdx) + in parseGlobalValue()1186 GV = PFS.IRSlots.GlobalValues[GVIdx]; in parseGlobalValue()