HomeSort by relevance Sort by last modified time
    Searched refs:Is64bit (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/R600/
AMDGPUSubtarget.cpp 32 Is64bit = false;
38 Device = AMDGPUDeviceInfo::getDeviceFromName(DevName, this, Is64bit);
52 AMDGPUSubtarget::is64bit() const {
53 return Is64bit;
AMDGPUSubtarget.h 35 bool Is64bit;
50 bool is64bit() const;

Completed in 845 milliseconds