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

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 66 bool IsPPC64;
110 return isPPC64() ? "E-p:64:64-f64:64:64-i64:64:64-f128:64:128-n32:64"
114 /// isPPC64 - Return true if we are generating code for 64-bit pointer mode.
116 bool isPPC64() const { return IsPPC64; }
PPCSubtarget.cpp 73 , IsPPC64(is64Bit)

Completed in 276 milliseconds