Searched defs:isIntegerTy (Results 1 – 2 of 2) sorted by relevance
196 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } in isIntegerTy() function
58 bool Type::isIntegerTy(unsigned Bitwidth) const { in isIntegerTy() function in Type