Searched refs:isIntTy (Results 1 – 1 of 1) sorted by relevance
65 bool isIntTy() const;222 inline bool EDIType::isIntTy() const { in isIntTy() function234 return (isCharTy() || isIntTy() || isBoolTy()); in isIntegerTy()