Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h41 bool HasPopulationCount; variable
127 bool hasPopulationCount() const { return HasPopulationCount; } in hasPopulationCount()
H A DSystemZSubtarget.cpp45 HasPopulationCount(false), HasMessageSecurityAssist3(false), in SystemZSubtarget()