llvm::TargetLoweringBase::isCtpopFast

Return true if ctpop instruction is fast.

Synopsis

Declared in <llvm/CodeGen/TargetLowering.h>

virtual
bool
isCtpopFast(EVT VT) const;

Return Value

True if ctpop instruction is fast.

Parameters

NameDescription
VTValue type being queried or transformed.