Variant of the getType() method to always return an IntegerType, which reduces the amount of casting needed in parts of the compiler.

Synopsis

Declared in <llvm/IR/Constants.h>

IntegerType*
getIntegerType() const;

Return Value

This constant's type as an IntegerType.

Created with MrDocs