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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 347 RestrictIT = hasV8Ops() ? true : false;
350 RestrictIT = true;
353 RestrictIT = false;
ARMSubtarget.h 197 /// RestrictIT - If true, the subtarget disallows generation of deprecated IT
199 bool RestrictIT;
422 bool restrictIT() const { return RestrictIT; }

Completed in 146 milliseconds