Home
last modified time | relevance | path

Searched refs:isTypeConsistent (Results 1 – 3 of 3) sorted by relevance

/minix/minix/llvm/passes/include/magic/support/
H A DSmartType.h57 bool isTypeConsistent() const;
82 …static bool isTypeConsistent(TYPECONST Type *type, const EDIType *aEDIType, bool useBfas=true, int…
123 inline bool SmartType::isTypeConsistent() const { in isTypeConsistent() function
130 return isTypeConsistent(type, &aEDIType); in isTypeConsistent()
/minix/minix/llvm/passes/magic/support/
H A DSmartType.cpp150 if(isTypeConsistent(uMemberType, &subEDIType, true, &weakConsistencyLevel)) { in getUnionMemberIdx()
212 SmartType_assert(isTypeConsistent()); in verify()
240 if(isFunctionTy() && (!isTypeConsistent() || !other->isTypeConsistent())) { in equals()
501 if(isTypeConsistent(containedType, &containedEDIType)) { in flattenFunctionArgs()
644 bool SmartType::isTypeConsistent(TYPECONST Type *type, const EDIType *aEDIType, bool useBfas, int *… in isTypeConsistent() function in llvm::SmartType
702 bool ret = isTypeConsistent(nextType, &aEDISubType, useBfas, weakConsistencyLevel); in isTypeConsistent()
747 … if(!isTypeConsistent(type->getContainedType(i), &aEDISubType, useBfas, weakConsistencyLevel)) { in isTypeConsistent()
764 … if(!isTypeConsistent(type->getContainedType(i), &aEDISubType, useBfas, weakConsistencyLevel)) { in isTypeConsistent()
/minix/minix/llvm/passes/magic/
H A DMagicPass.cpp825 if(FSmartType && !FSmartType->isTypeConsistent()) { in runOnModule()
2284 if(!containedSmartType->isFunctionTy() || containedSmartType->isTypeConsistent()) { in fillTypeInfos()