Searched defs:isIntegerTy (Results 1 – 4 of 4) sorted by relevance
123 bool isIntegerTy() const { in isIntegerTy() function
166 bool isIntegerTy() const { return LLVMTy->isIntegerTy(); } in isIntegerTy() function169 bool isIntegerTy(unsigned Bitwidth) const { in isIntegerTy() function
237 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } in isIntegerTy() function
58 bool Type::isIntegerTy(unsigned Bitwidth) const { in isIntegerTy() function in Type