• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/

Lines Matching refs:flattenPointerTypes

601   Type *flattenPointerTypes(Type *Ty) {
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(FullFTy) &&
3352 assert(Func->getType() == flattenPointerTypes(FullTy) &&
3384 Type *Ty = flattenPointerTypes(FullTy);
3410 assert(NewGA->getValueType() == flattenPointerTypes(FullTy) &&
3442 assert(NewGA->getType() == flattenPointerTypes(FullTy) &&
3782 assert(I.getType() == flattenPointerTypes(FullFTy->getParamType(ArgNo)) &&
4003 Type *ResTy = flattenPointerTypes(FullTy);
4034 Ty = flattenPointerTypes(FullTy);
4558 FTy = cast<FunctionType>(flattenPointerTypes(FullFTy));
4573 FTy = cast<FunctionType>(flattenPointerTypes(FullFTy));
4645 FTy = cast<FunctionType>(flattenPointerTypes(FullFTy));
4660 FTy = cast<FunctionType>(flattenPointerTypes(FullFTy));
4711 Type *Ty = flattenPointerTypes(FullTy);
4764 Type *Ty = flattenPointerTypes(FullTy);
4818 Type *Ty = flattenPointerTypes(FullTy);
4865 Ty = flattenPointerTypes(FullTy);
4898 Ty = flattenPointerTypes(FullTy);
5109 FTy = cast<FunctionType>(flattenPointerTypes(FullFTy));
5124 FTy = cast<FunctionType>(flattenPointerTypes(FullFTy));
5190 Type *ResTy = flattenPointerTypes(FullTy);
5266 assert(I->getType() == flattenPointerTypes(FullTy) &&