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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 226 bool SlowIncDec;
443 bool slowIncDec() const { return SlowIncDec; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 325 bool SlowIncDec = false;
631 bool slowIncDec() const { return SlowIncDec; }

Completed in 64 milliseconds