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

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 96 bool HasISEL;
211 bool hasISEL() const { return HasISEL; }
233 bool enableEarlyIfConversion() const override { return hasISEL(); }
PPCSubtarget.cpp 135 HasISEL = false;

Completed in 376 milliseconds