Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DSPIRVMDWalker.h65 MDWrapper<NamedMDWrapper> nextOp() { in nextOp() function
141 MDWrapper<MDWrapper> nextOp() { in nextOp() function
DSPIRVWriter.cpp1456 auto N = NMD.nextOp(); /* execution mode MDNode */ in transExecutionMode()
1558 N.nextOp().get(S); in transExtension()
1566 N.nextOp().get(S); in transExtension()
DSPIRVUtil.cpp926 if (auto N = SPIRVMDWalker(*M).getNamedMD(kSPIRVMD::Source).nextOp()) in getSPIRVSource()
/external/icu/icu4c/source/i18n/
Dregexcmp.cpp4583 void RegexCompile::setEval(int32_t nextOp) { in setEval() argument
4589 if ((pendingSetOperation&0xffff0000) < (nextOp&0xffff0000)) { in setEval()