Searched refs:GVIdx (Results 1 – 1 of 1) sorted by relevance
1100 unsigned GVIdx; in parseGlobalValue() local1101 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()