Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h69 bool HasEnhancedSort; variable
248 bool hasEnhancedSort() const { return HasEnhancedSort; } in hasEnhancedSort()
H A DSystemZSubtarget.cpp84 HasVectorPackedDecimalEnhancement(false), HasEnhancedSort(false), in SystemZSubtarget()