Home | History | Annotate | Download | only in IR

Lines Matching refs:Tok

234     StringRef &Tok  = Split.first;  // Current token.
237 char Specifier = Tok.front();
238 Tok = Tok.substr(1);
253 unsigned AddrSpace = Tok.empty() ? 0 : getInt(Tok);
262 unsigned PointerMemSize = inBytes(getInt(Tok));
271 unsigned PointerABIAlign = inBytes(getInt(Tok));
280 PointerPrefAlign = inBytes(getInt(Tok));
304 unsigned Size = Tok.empty() ? 0 : getInt(Tok);
315 unsigned ABIAlign = inBytes(getInt(Tok));
324 PrefAlign = inBytes(getInt(Tok));
333 unsigned Width = getInt(Tok);
344 StackNaturalAlign = inBytes(getInt(Tok));
348 if (!Tok.empty())