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 115 bool HasExtDiv;
250 bool hasExtDiv() const { return HasExtDiv; }
PPCSubtarget.cpp 88 HasExtDiv = false;
  /external/clang/lib/Basic/
Targets.cpp 860 bool HasExtDiv;
869 HasBPERMD(false), HasExtDiv(false) {
    [all...]

Completed in 94 milliseconds