Searched refs:cmpLiteral (Results 1 – 1 of 1) sorted by relevance
1230 const auto cmpLiteral = [&]() { in matchType() local1246 … case spv::OpTypeSampler: return cmpLiteral() && cmpConst() && cmpSubType() && wordCount == 8; in matchType()1247 default: return cmpLiteral() && cmpConst() && cmpSubType(); in matchType()