HomeSort by: relevance | last modified time | path
    Searched refs:Has64BitSupport (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCSubtarget.h 95 bool Has64BitSupport;
229 /// has64BitSupport - Return true if the selected CPU supports 64-bit
231 bool has64BitSupport() const { return Has64BitSupport; }
241 /// has64BitSupport() returns true.
PPCSubtarget.cpp 74 Has64BitSupport = false;
165 if (IsPPC64 && has64BitSupport())

Completed in 127 milliseconds