Lines Matching defs:OperandIdx
418 uint32_t OperandIdx) const {
419 if (OperandIdx >= MaxOperands)
422 OperandIdx);
423 OperandType Type = CFIP.getOperandTypes()[Opcode][OperandIdx];
424 uint64_t Operand = Ops[OperandIdx];
431 OperandIdx, CFIProgram::operandTypeString(Type));
440 OperandIdx);
454 OperandIdx);
463 uint32_t OperandIdx) const {
464 if (OperandIdx >= MaxOperands)
467 OperandIdx);
468 OperandType Type = CFIP.getOperandTypes()[Opcode][OperandIdx];
469 uint64_t Operand = Ops[OperandIdx];
476 OperandIdx, CFIProgram::operandTypeString(Type));
485 OperandIdx, CFIProgram::operandTypeString(Type));
497 OperandIdx, CFIProgram::operandTypeString(Type));
508 OperandIdx);
883 /// Print \p Opcode's operand number \p OperandIdx which has value \p Operand.
885 const Instruction &Instr, unsigned OperandIdx,
888 assert(OperandIdx < MaxOperands);
890 OperandType Type = getOperandTypes()[Opcode][OperandIdx];
894 OS << " Unsupported " << (OperandIdx ? "second" : "first") << " operand to";