Return true if this is an integer type or a pointer type.

Synopsis

Declared in <llvm/IR/Type.h>

bool
isIntOrPtrTy() const;

Return Value

true if this is an integer type or a pointer type.

Created with MrDocs