Home
last modified time | relevance | path

Searched refs:RestrictIT (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp240 RestrictIT = hasV8Ops() && !hasMinSize(); in initSubtargetFeatures()
243 RestrictIT = true; in initSubtargetFeatures()
246 RestrictIT = false; in initSubtargetFeatures()
H A DARMSubtarget.h443 bool RestrictIT = false; variable
845 bool restrictIT() const { return RestrictIT; } in restrictIT()