Home
last modified time | relevance | path

Searched refs:isCharTy (Results 1 – 2 of 2) sorted by relevance

/minix3/minix/llvm/passes/include/magic/support/
H A DEDIType.h64 bool isCharTy() const;
216 inline bool EDIType::isCharTy() const { in isCharTy() function
234 return (isCharTy() || isIntTy() || isBoolTy()); in isIntegerTy()
/minix3/minix/llvm/passes/magic/support/
H A DSmartType.cpp563 if(aEDIType->isCharTy() || aEDIType->isBoolTy()) { in isRawTypeConsistent()