Searched refs:getConstantImm (Results 1 – 2 of 2) sorted by relevance
135 int64_t getConstantImm() const { in getConstantImm() function141 return (isConstantImm() && isInt<12>(getConstantImm())); in isSImm12()
1212 uint64_t Imm = getConstantImm() - Offset; in addConstantUImmOperands()1240 int64_t Imm = getConstantImm() - Offset; in addConstantSImmOperands()1295 return isConstantImm() && getConstantImm() == 0; in isConstantImmz()1311 return isConstantImm() ? (isInt<Bits>(getConstantImm()) || in isAnyImm()1312 isUInt<Bits>(getConstantImm())) in isAnyImm()1321 return isConstantImm() && getConstantImm() >= Bottom && in isConstantUImmRange()1322 getConstantImm() <= Top; in isConstantUImmRange()1391 isShiftedUInt<Bits, ShiftLeftAmount>(getConstantImm()); in isScaledUImm()1397 isShiftedInt<Bits, ShiftLeftAmount>(getConstantImm())) in isScaledSImm()1438 int64_t Val = getConstantImm(); in isLSAImm()[all …]