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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 208 bool HasSlowDivide64;
438 bool hasSlowDivide64() const { return HasSlowDivide64; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 290 bool HasSlowDivide64 = false;
625 bool hasSlowDivide64() const { return HasSlowDivide64; }

Completed in 90 milliseconds