llvm::Value::stripInBoundsConstantOffsets

stripInBoundsConstantOffsets overloads

Synopses

Declared in <llvm/IR/Value.h>

Strip off pointer casts and all-constant inbounds GEPs.

Value const*
stripInBoundsConstantOffsets() const;
» more...

Non-const overload of stripInBoundsConstantOffsets().

Value*
stripInBoundsConstantOffsets();
» more...

Return Value

The underlying pointer value, or this if not a pointer.