Return the source pointer with pointer casts stripped.

Synopsis

Declared in <llvm/IR/IntrinsicInst.h>

Value*
getSource() const;

Description

This is just like getRawSource, but it strips off any cast instructions that feed it, giving the original input. The returned value is guaranteed to be a pointer.

Return Value

The source pointer with pointer casts stripped.

Created with MrDocs