Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:ImmOp

256   struct ImmOp {
268 struct ImmOp Imm;
529 const MCOperand &ImmOp = Inst.getOperand(1);
530 assert(ImmOp.isImm() && "expected immediate operand kind");
534 int ImmValue = ImmOp.getImm();
573 const MCOperand &ImmOp = Inst.getOperand(2);
574 assert(ImmOp.isImm() && "expected immediate operand kind");
579 int ImmValue = ImmOp.getImm();
615 const MCOperand &ImmOp = Inst.getOperand(1);
616 assert(ImmOp.isImm() && "expected immediate operand kind");
619 int ImmValue = ImmOp.getImm();