Searched refs:ProgramMemory (Results 1 – 1 of 1) sorted by relevance
36 enum AddressSpace { DataMemory, ProgramMemory }; enumerator39 return cast<PointerType>(V->getType())->getAddressSpace() == ProgramMemory; in isProgramMemoryAddress()