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

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 106 bool HasExtDiv;
237 bool hasExtDiv() const { return HasExtDiv; }
PPCSubtarget.cpp 87 HasExtDiv = false;
  /external/clang/lib/Basic/
Targets.cpp 788 bool HasExtDiv;
797 HasBPERMD(false), HasExtDiv(false) {
    [all...]

Completed in 35 milliseconds