HomeSort by relevance Sort by last modified time
    Searched refs:getLiteralCount (Results 1 - 3 of 3) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVDecorate.cpp 92 SPIRVDecorateGeneric::getLiteralCount() const {
202 if (A->getLiteralCount() < B->getLiteralCount())
204 if (A->getLiteralCount() > B->getLiteralCount())
206 for (size_t I = 0, E = A->getLiteralCount(); I != E; ++I) {
227 if (A.getLiteralCount() != B.getLiteralCount())
229 for (size_t I = 0, E = A.getLiteralCount(); I != E; ++I) {
SPIRVDecorate.h 65 size_t getLiteralCount() const;
SPIRVEntry.cpp 360 assert(Index < I->second->getLiteralCount() && "Invalid index");

Completed in 78 milliseconds