Return hardware support for population count.
Synopsis
Declared in <llvm/Analysis/TargetTransformInfo.h>
PopcntSupportKind
getPopcntSupport(unsigned int IntTyWidthInBit) const;
Return Value
Hardware support for population count.
Parameters
Name |
Description |
IntTyWidthInBit |
Width in bits of the integer type. |
Created with MrDocs