Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h40 bool HasPopulationCount; variable
157 bool hasPopulationCount() const { return HasPopulationCount; } in hasPopulationCount()
H A DSystemZSubtarget.cpp73 HasFPExtension(false), HasPopulationCount(false), in SystemZSubtarget()