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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3250 Type *FullFTy = getFullyStructuredTypeByID(Record[0]);
3251 Type *FTy = flattenPointerTypes(FullFTy);
3255 std::tie(FullFTy, FTy) = getPointerElementTypes(FullFTy);
3271 assert(Func->getFunctionType() == flattenPointerTypes(FullFTy) &&
3273 FunctionTypes[Func] = cast<FunctionType>(FullFTy);
3288 Type *PTy = cast<FunctionType>(FullFTy)->getParamType(i);
3351 Type *FullTy = PointerType::get(FullFTy, AddrSpace);
3780 FunctionType *FullFTy = FunctionTypes[F]; local
3782 assert(I.getType() == flattenPointerTypes(FullFTy
4552 FunctionType *FullFTy = nullptr; local
4639 FunctionType *FullFTy = nullptr; local
5103 FunctionType *FullFTy = nullptr; local
[all...]

Completed in 66 milliseconds