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

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 196 /// isBGP - True if this is a BG/P platform.
197 bool isBGP() const { return TargetTriple.getVendor() == Triple::BGP; }
PPCTargetMachine.cpp 50 if (Subtarget.isBGP())

Completed in 30 milliseconds