Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h40 bool HasPopulationCount; variable
148 bool hasPopulationCount() const { return HasPopulationCount; } in hasPopulationCount()
H A DSystemZSubtarget.cpp71 HasFPExtension(false), HasPopulationCount(false), in SystemZSubtarget()