Searched refs:flattenPointerTypes (Results 1 – 1 of 1) sorted by relevance
600 Type *flattenPointerTypes(Type *Ty) { in flattenPointerTypes() function in __anon8c0d27130411::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()2453 CurTy = flattenPointerTypes(CurFullTy); in parseConstants()2951 assert(V->getType() == flattenPointerTypes(CurFullTy) && in parseConstants()3232 Type *Ty = flattenPointerTypes(FullTy); in parseGlobalVarRecord()3291 assert(NewGV->getType() == flattenPointerTypes(FullTy) && in parseGlobalVarRecord()3337 Type *FTy = flattenPointerTypes(FullFTy); in parseFunctionRecord()3357 assert(Func->getFunctionType() == flattenPointerTypes(FullFTy) && in parseFunctionRecord()[all …]