reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Bitcode/Reader/BitcodeReader.cpp
  607     return flattenPointerTypes(cast<PointerType>(Ty)->getElementType());
  615     return std::make_pair(ElTy, flattenPointerTypes(ElTy));
  621     return flattenPointerTypes(getFullyStructuredTypeByID(ID));
 2377       CurTy = flattenPointerTypes(CurFullTy);
 2822     assert(V->getType() == flattenPointerTypes(CurFullTy) &&
 3098   Type *Ty = flattenPointerTypes(FullTy);
 3157   assert(NewGV->getType() == flattenPointerTypes(FullTy) &&
 3203   Type *FTy = flattenPointerTypes(FullFTy);
 3223   assert(Func->getFunctionType() == flattenPointerTypes(FullFTy) &&
 3304   assert(Func->getType() == flattenPointerTypes(FullTy) &&
 3336   Type *Ty = flattenPointerTypes(FullTy);
 3362   assert(NewGA->getValueType() == flattenPointerTypes(FullTy) &&
 3395   assert(NewGA->getType() == flattenPointerTypes(FullTy) &&
 3710     assert(I.getType() == flattenPointerTypes(FullFTy->getParamType(ArgNo)) &&
 3931       Type *ResTy = flattenPointerTypes(FullTy);
 3961         Ty = flattenPointerTypes(FullTy);
 4483         FTy = cast<FunctionType>(flattenPointerTypes(FullFTy));
 4498         FTy = cast<FunctionType>(flattenPointerTypes(FullFTy));
 4570         FTy = cast<FunctionType>(flattenPointerTypes(FullFTy));
 4585         FTy = cast<FunctionType>(flattenPointerTypes(FullFTy));
 4636       Type *Ty = flattenPointerTypes(FullTy);
 4690       Type *Ty = flattenPointerTypes(FullTy);
 4744       Type *Ty = flattenPointerTypes(FullTy);
 4785         Ty = flattenPointerTypes(FullTy);
 4813         Ty = flattenPointerTypes(FullTy);
 5011         FTy = cast<FunctionType>(flattenPointerTypes(FullFTy));
 5026         FTy = cast<FunctionType>(flattenPointerTypes(FullFTy));
 5092       Type *ResTy = flattenPointerTypes(FullTy);
 5155       assert(I->getType() == flattenPointerTypes(FullTy) &&