stripPointerCastsSameRepresentation overloads
Synopses
Declared in <llvm/IR/Value.h>
Strip off pointer casts, all‐zero GEPs and address space casts but ensures the representation of the result stays the same.
Value const*
stripPointerCastsSameRepresentation() const;
Non‐const overload of stripPointerCastsSameRepresentation().
Return Value
The uncasted value with the same representation, or this.
Created with MrDocs