Searched defs:isIntegerTy (Results 1 – 3 of 3) sorted by relevance
116 bool isIntegerTy() const { return getKind() == TK_Integer; } in isIntegerTy() function
229 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } isIntegerTy() function
56 bool Type::isIntegerTy(unsigned Bitwidth) const { in isIntegerTy() function in Type