Searched refs:getConstantImm (Results 1 – 2 of 2) sorted by relevance
133 int64_t getConstantImm() const { in getConstantImm() function139 return (isConstantImm() && isInt<16>(getConstantImm())); in isSImm16()
1224 uint64_t Imm = getConstantImm() - Offset; in addConstantUImmOperands()1252 int64_t Imm = getConstantImm() - Offset; in addConstantSImmOperands()1307 return isConstantImm() && getConstantImm() == 0; in isConstantImmz()1323 return isConstantImm() ? (isInt<Bits>(getConstantImm()) || in isAnyImm()1324 isUInt<Bits>(getConstantImm())) in isAnyImm()1333 return isConstantImm() && getConstantImm() >= Bottom && in isConstantUImmRange()1334 getConstantImm() <= Top; in isConstantUImmRange()1403 isShiftedUInt<Bits, ShiftLeftAmount>(getConstantImm()); in isScaledUImm()1409 isShiftedInt<Bits, ShiftLeftAmount>(getConstantImm())) in isScaledSImm()1450 int64_t Val = getConstantImm(); in isLSAImm()[all …]