llvm::TargetLoweringBase::isCheapToSpeculateCtlz

Return true if it is cheap to speculate a call to intrinsic ctlz.

Synopsis

Declared in <llvm/CodeGen/TargetLowering.h>

virtual
bool
isCheapToSpeculateCtlz(Type* Ty) const;

Return Value

True if it is cheap to speculate a call to intrinsic ctlz.

Parameters

NameDescription
TyType of the constant or operation.