Lines Matching defs:getConstantImm
1223 uint64_t Imm = getConstantImm() - Offset;
1251 int64_t Imm = getConstantImm() - Offset;
1306 return isConstantImm() && getConstantImm() == 0;
1310 return isConstantImm() && isUInt<Bits>(getConstantImm() - Offset);
1314 return isConstantImm() ? isInt<Bits>(getConstantImm()) : isImm();
1318 return isConstantImm() ? isUInt<Bits>(getConstantImm()) : isImm();
1322 return isConstantImm() ? (isInt<Bits>(getConstantImm()) ||
1323 isUInt<Bits>(getConstantImm()))
1328 return isConstantImm() && isInt<Bits>(getConstantImm() - Offset);
1332 return isConstantImm() && getConstantImm() >= Bottom &&
1333 getConstantImm() <= Top;
1402 isShiftedUInt<Bits, ShiftLeftAmount>(getConstantImm());
1408 isShiftedInt<Bits, ShiftLeftAmount>(getConstantImm()))
1449 int64_t Val = getConstantImm();
1476 int64_t getConstantImm() const {