Return the data layout of the module this instruction belongs to.
Synopsis
Declared in <llvm/IR/Instruction.h>
DataLayout const&
getDataLayout() const;
Description
Requires the instruction to have a parent module.
Return Value
The module's data layout.
Created with MrDocs