Searched refs:getLiteralCount (Results 1 – 3 of 3) sorted by relevance
92 SPIRVDecorateGeneric::getLiteralCount() const { in getLiteralCount() function in SPIRV::SPIRVDecorateGeneric202 if (A->getLiteralCount() < B->getLiteralCount()) in operator ()()204 if (A->getLiteralCount() > B->getLiteralCount()) in operator ()()206 for (size_t I = 0, E = A->getLiteralCount(); I != E; ++I) { in operator ()()227 if (A.getLiteralCount() != B.getLiteralCount()) in operator ==()229 for (size_t I = 0, E = A.getLiteralCount(); I != E; ++I) { in operator ==()
65 size_t getLiteralCount() const;
360 assert(Index < I->second->getLiteralCount() && "Invalid index"); in getDecorate()