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 113 bool HasISEL;
248 bool hasISEL() const { return HasISEL; }
296 bool enableEarlyIfConversion() const override { return hasISEL(); }
PPCSubtarget.cpp 86 HasISEL = false;

Completed in 62 milliseconds