Searched refs:isBrList (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp87 if (isBrList())
96 bool isBrList() const { return Kind == BrList; } function in struct:__anon4353::WebAssemblyOperand
135 assert(N == 1 && isBrList() && "Invalid BrList!");

Completed in 173 milliseconds