Lines Matching defs:getImm
246 bool IsConstantImm = evaluateConstantImm(getImm(), Imm);
255 bool IsConstantImm = evaluateConstantImm(getImm(), Imm);
264 bool IsConstantImm = evaluateConstantImm(getImm(), Imm);
317 if (!isImm() || !evaluateConstantImm(getImm(), Imm))
389 bool IsConstantImm = evaluateConstantImm(getImm(), Imm);
418 const MCExpr *getImm() const {
446 OS << *getImm();
569 addExpr(Inst, getImm());
836 if (isUInt<8>(Inst.getOperand(1).getImm()) &&
840 isUInt<16>(Inst.getOperand(1).getImm())) {
844 MCConstantExpr::create(Inst.getOperand(1).getImm(), getContext()),
878 MCConstantExpr::create(Inst.getOperand(0).getImm(), getContext()),
899 MCConstantExpr::create(Inst.getOperand(0).getImm(), getContext()),
932 if (Inst.getOperand(2).getImm() < Inst.getOperand(3).getImm())
936 if (Inst.getOperand(3).getImm() < Inst.getOperand(4).getImm())
940 if (Inst.getOperand(0).getImm() > 32 || Inst.getOperand(0).getImm() < 0)