Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp327 assert(ID < ValueIDConstants.size()); in getGlobalConstantByID()
328 return ValueIDConstants[ID]; in getGlobalConstantByID()
344 ValueIDConstants.reserve(VariableDeclarations->size() + in createValueIDs()
359 return ValueIDConstants.size(); in getNumGlobalIDs()
398 VariableDeclarations->size() <= ValueIDConstants.size()); in getGlobalVariables()
444 Ice::ConstantList ValueIDConstants; member in __anon013ef65f0111::TopLevelParser
550 ValueIDConstants.push_back(C); in createValueIDsForFunctions()
561 ValueIDConstants.push_back(C); in createValueIDsForGlobalVars()