Searched refs:flattenPointerTypes (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp601 Type *flattenPointerTypes(Type *Ty) { function in class:__anon3411::BitcodeReader
608 return flattenPointerTypes(cast<PointerType>(Ty)->getElementType());
616 return std::make_pair(ElTy, flattenPointerTypes(ElTy));
622 return flattenPointerTypes(getFullyStructuredTypeByID(ID));
2410 CurTy = flattenPointerTypes(CurFullTy);
2867 assert(V->getType() == flattenPointerTypes(CurFullTy) &&
3146 Type *Ty = flattenPointerTypes(FullTy);
3205 assert(NewGV->getType() == flattenPointerTypes(FullTy) &&
3251 Type *FTy = flattenPointerTypes(FullFTy);
3271 assert(Func->getFunctionType() == flattenPointerTypes(FullFT
[all...]

Completed in 110 milliseconds