llvm::CastInst::isNoopCast

Return true if this cast changes no bits.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

bool
isNoopCast(DataLayout const& DL) const;

Return Value

True if this cast changes no bits.

Parameters

NameDescription
DLThe data layout used to size pointer types.