Searched refs:ProgramMemory (Results 1 – 2 of 2) sorted by relevance
41 enum AddressSpace { DataMemory, ProgramMemory }; enumerator45 return cast<PointerType>(V->getType())->getAddressSpace() == ProgramMemory; in isProgramMemoryAddress()
756 if (isa<PointerType>(Ty) && AS == AVR::ProgramMemory) { in isLegalAddressingMode()