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