Searched refs:isConstantMemOff (Results 1 – 1 of 1) sorted by relevance
1297 bool isConstantMemOff() const { in isConstantMemOff() function in __anona2e40b320211::MipsOperand1309 (isConstantMemOff() && in isMemWithSimmOffset()1324 (isConstantMemOff() && isIntN(PtrBits, getConstantMemOff()))) in isMemWithPtrSizeOffset()1336 return isMem() && isConstantMemOff() && isUInt<Bits>(getConstantMemOff()) in isMemWithUimmOffsetSP()1341 return isMem() && isConstantMemOff() && isUInt<Bits>(getConstantMemOff()) in isMemWithUimmWordAlignedOffsetSP()1347 return isMem() && isConstantMemOff() && isInt<Bits>(getConstantMemOff()) in isMemWithSimmWordAlignedOffsetGP()