Searched defs:has64BitSupport (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h119 /// has64BitSupport - Return true if the selected CPU supports 64-bit
121 bool has64BitSupport() const { return Has64BitSupport; } function in class:llvm::PPCSubtarget
125 /// has64BitSupport() returns true.

Completed in 111 milliseconds