Searched defs:isIntegerTy (Results 1 – 5 of 5) sorted by relevance
117 bool isIntegerTy() const { return getKind() == TK_Integer; } in isIntegerTy() function
116 bool isIntegerTy() const { return getKind() == TK_Integer; } in isIntegerTy() function
115 bool isIntegerTy() const { return getKind() == TK_Integer; } in isIntegerTy() function
202 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } in isIntegerTy() function
59 bool Type::isIntegerTy(unsigned Bitwidth) const { in isIntegerTy() function in Type