Searched refs:GVIdx (Results 1 – 1 of 1) sorted by relevance
2190 unsigned GVIdx; in parseGlobalValue() local2191 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()2193 GV = PFS.IRSlots.GlobalValues.get(GVIdx); in parseGlobalValue()2196 Twine(GVIdx) + "'"); in parseGlobalValue()