reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1308 isShiftedInt<Bits, ShiftAmount>(getConstantMemOff()))) 1322 (isConstantMemOff() && isIntN(PtrBits, getConstantMemOff()))) 1334 return isMem() && isConstantMemOff() && isUInt<Bits>(getConstantMemOff()) 1339 return isMem() && isConstantMemOff() && isUInt<Bits>(getConstantMemOff()) 1340 && (getConstantMemOff() % 4 == 0) && getMemBase()->isRegIdx() 1345 return isMem() && isConstantMemOff() && isInt<Bits>(getConstantMemOff()) 1346 && (getConstantMemOff() % 4 == 0) && getMemBase()->isRegIdx()