llvm::CastInst::isNoopCast

Determine if this cast is a no-op cast.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

bool
isNoopCast(DataLayout const& DL) const;

Return Value

if this cast is a no-op cast.

Parameters

NameDescription
DLis the DataLayout to determine pointer size.