Home
last modified time | relevance | path

Searched refs:getConstantImm (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp135 int64_t getConstantImm() const { in getConstantImm() function
141 return (isConstantImm() && isInt<12>(getConstantImm())); in isSImm12()
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1212 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 …]