Searched refs:isBrTable (Results 1 – 3 of 3) sorted by relevance
172 if (WebAssembly::isBrTable(MI.getOpcode())) { in runOnMachineFunction()
141 assert(WebAssembly::isBrTable(Opcode) || in encodeInstruction()
438 inline bool isBrTable(unsigned Opc) { in isBrTable() function