Given scalar/vector integer type, returns a type with elements twice as wide as in the original type. For vectors, preserves element count.
Synopsis
Declared in <llvm/IR/Type.h>
Type*
getExtendedType() const;
Return Value
A type with elements twice as wide as in this type.
Created with MrDocs