isIntegerTy overloads
Synopses
Declared in <llvm/IR/Type.h>
True if this is an instance of IntegerType.
bool
isIntegerTy() const;
Return true if this is an IntegerType of the given width.
bool
isIntegerTy(unsigned int BitWidth) const;
Return Value
-
true if this is an IntegerType.
-
true if this is an IntegerType of the given width.
Parameters
Name |
Description |
BitWidth |
Required integer bit width. |
Created with MrDocs