Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp92 if (isBrList()) in ~WebAssemblyOperand()
101 bool isBrList() const { return Kind == BrList; } in isBrList() function
149 assert(N == 1 && isBrList() && "Invalid BrList!"); in addBrListOperands()