Remove the bits in BitsEncoding from the "known bits".

Synopsis

Declared in <llvm/Transforms/IPO/Attributor.h>

BitIntegerState&
removeKnownBits(base_t BitsEncoding);

Return Value

A reference to the requested object.

Parameters

Name

Description

BitsEncoding

The bit encoding of interest.

Created with MrDocs