Searched refs:isBrList (Results 1 – 1 of 1) sorted by relevance
92 if (isBrList()) in ~WebAssemblyOperand()101 bool isBrList() const { return Kind == BrList; } in isBrList() function149 assert(N == 1 && isBrList() && "Invalid BrList!"); in addBrListOperands()