Searched refs:isConstantMemOff (Results 1 – 1 of 1) sorted by relevance
1345 bool isConstantMemOff() const { in isConstantMemOff() function in __anona2e40b320211::MipsOperand1357 (isConstantMemOff() && in isMemWithSimmOffset()1372 (isConstantMemOff() && isIntN(PtrBits, getConstantMemOff()))) in isMemWithPtrSizeOffset()1384 return isMem() && isConstantMemOff() && isUInt<Bits>(getConstantMemOff()) in isMemWithUimmOffsetSP()1389 return isMem() && isConstantMemOff() && isUInt<Bits>(getConstantMemOff()) in isMemWithUimmWordAlignedOffsetSP()1395 return isMem() && isConstantMemOff() && isInt<Bits>(getConstantMemOff()) in isMemWithSimmWordAlignedOffsetGP()