Searched refs:isCharTy (Results 1 – 2 of 2) sorted by relevance
64 bool isCharTy() const;216 inline bool EDIType::isCharTy() const { in isCharTy() function234 return (isCharTy() || isIntTy() || isBoolTy()); in isIntegerTy()
563 if(aEDIType->isCharTy() || aEDIType->isBoolTy()) { in isRawTypeConsistent()