Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h41 bool HasPopulationCount; variable
95 bool hasPopulationCount() const { return HasPopulationCount; } in hasPopulationCount()
DSystemZSubtarget.cpp40 HasPopulationCount(false), HasFastSerialization(false), in SystemZSubtarget()