Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVDecorate.cpp92 SPIRVDecorateGeneric::getLiteralCount() const { in getLiteralCount() function in SPIRV::SPIRVDecorateGeneric
202 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 ==()
DSPIRVDecorate.h65 size_t getLiteralCount() const;
DSPIRVEntry.cpp360 assert(Index < I->second->getLiteralCount() && "Invalid index"); in getDecorate()