Searched refs:flattenPointerTypes (Results 1 – 1 of 1) sorted by relevance
600 Type *flattenPointerTypes(Type *Ty) { in flattenPointerTypes() function in __anone9adfa530411::BitcodeReader607 return flattenPointerTypes(cast<PointerType>(Ty)->getElementType()); in getPointerElementFlatType()615 return std::make_pair(ElTy, flattenPointerTypes(ElTy)); in getPointerElementTypes()621 return flattenPointerTypes(getFullyStructuredTypeByID(ID)); in getTypeByID()2379 CurTy = flattenPointerTypes(CurFullTy); in parseConstants()2824 assert(V->getType() == flattenPointerTypes(CurFullTy) && in parseConstants()3100 Type *Ty = flattenPointerTypes(FullTy); in parseGlobalVarRecord()3159 assert(NewGV->getType() == flattenPointerTypes(FullTy) && in parseGlobalVarRecord()3205 Type *FTy = flattenPointerTypes(FullFTy); in parseFunctionRecord()3225 assert(Func->getFunctionType() == flattenPointerTypes(FullFTy) && in parseFunctionRecord()[all …]