Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h69 bool HasEnhancedSort; variable
253 bool hasEnhancedSort() const { return HasEnhancedSort; } in hasEnhancedSort()
H A DSystemZSubtarget.cpp85 HasVectorPackedDecimalEnhancement(false), HasEnhancedSort(false), in SystemZSubtarget()