stripPointerCasts overloads
Synopses
Declared in <llvm/IR/Value.h>
Strip off pointer casts, all‐zero GEPs and address space casts.
Value const*
stripPointerCasts() const;
Non‐const overload of stripPointerCasts().
Return Value
The underlying uncasted value, or this if not a pointer.
Created with MrDocs