Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp146 auto BlockStackStartPos = BlockInfoStack.back().StackStartPos; in checkTypes() local
150 for (; StackI > BlockStackStartPos && TypeI > 0; StackI--, TypeI--) { in checkTypes()
164 if (StackI > BlockStackStartPos && in checkTypes()
177 (ExactMatch && !PolymorphicStack && StackI > BlockStackStartPos)) in checkTypes()
184 ? BlockStackStartPos in checkTypes()
185 : std::max((int)BlockStackStartPos, in checkTypes()