Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ImmOp

362   struct ImmOp {
375 struct ImmOp Imm;
1080 const MCOperand &ImmOp = Inst.getOperand(1);
1081 assert(ImmOp.isImm() && "expected immediate operand kind");
1085 int64_t ImmValue = ImmOp.getImm();
1178 const MCOperand &ImmOp = Inst.getOperand(2);
1179 assert(ImmOp.isImm() && "expected immediate operand kind");
1184 int ImmValue = ImmOp.getImm();
1222 const MCOperand &ImmOp = Inst.getOperand(1);
1223 assert(ImmOp.isImm() && "expected immediate operand kind");
1226 int ImmValue = ImmOp.getImm();