Searched refs:NumCatches (Results 1 – 3 of 3) sorted by relevance
157 unsigned NumCatches = Op.getImm(); in printInst() local158 for (unsigned I = 0; I < NumCatches; I++) { in printInst()397 unsigned NumCatches = Op.getImm(); in printCatchList() local413 for (unsigned I = 0; I < NumCatches; I++) { in printCatchList()434 if (I < NumCatches - 1) in printCatchList()
296 int64_t NumCatches = MI.getOperand(MI.getNumOperands() - 1).getImm(); in getInstruction() local297 for (int64_t I = 0; I < NumCatches; I++) { in getInstruction()
348 int64_t NumCatches = Inst.getOperand(OpIdx++).getImm(); in checkTryTable() local349 for (int64_t I = 0; I < NumCatches; I++) { in checkTryTable()