HomeSort by: relevance | last modified time | path
    Searched refs:RestrictIT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.cpp 240 RestrictIT = hasV8Ops() && !hasMinSize();
243 RestrictIT = true;
246 RestrictIT = false;
ARMSubtarget.h 441 /// RestrictIT - If true, the subtarget disallows generation of deprecated IT
443 bool RestrictIT = false;
845 bool restrictIT() const { return RestrictIT; }

Completed in 18 milliseconds