Searched defs:isIntegerTy (Results 1 – 3 of 3) sorted by relevance
195 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } in isIntegerTy() function
197 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } in isIntegerTy() function
57 bool Type::isIntegerTy(unsigned Bitwidth) const { in isIntegerTy() function in Type