Searched refs:CachedTy (Results 1 – 2 of 2) sorted by relevance
234 if (Type *CachedTy = CachedTypes.lookup(V)) in inferScalarType() local235 return CachedTy; in inferScalarType()
5080 llvm::DIType *CachedTy = getTypeOrNull(QualTy); in CreateSelfType() local5081 if (CachedTy) in CreateSelfType()5082 Ty = CachedTy; in CreateSelfType()