Searched refs:NOp (Results 1 – 2 of 2) sorted by relevance
1380 unsigned NOp = 0, NumOps = MI.getNumOperands(); in PredicateInstruction() local1381 while (NOp < NumOps) { in PredicateInstruction()1382 MachineOperand &Op = MI.getOperand(NOp); in PredicateInstruction()1386 NOp++; in PredicateInstruction()1394 while (NOp < NumOps) in PredicateInstruction()1395 T.addOperand(MI.getOperand(NOp++)); in PredicateInstruction()
1529 unsigned NOp = 0, NumOps = MI.getNumOperands(); in PredicateInstruction() local1530 while (NOp < NumOps) { in PredicateInstruction()1531 MachineOperand &Op = MI.getOperand(NOp); in PredicateInstruction()1535 NOp++; in PredicateInstruction()1543 while (NOp < NumOps) in PredicateInstruction()1544 T.add(MI.getOperand(NOp++)); in PredicateInstruction()