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