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

/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.h82 bool IsGP64bit; member in class:llvm::MipsSubtarget
225 bool isGP64bit() const { return IsGP64bit; }
226 bool isGP32bit() const { return !IsGP64bit; }

Completed in 218 milliseconds