Searched refs:CachedTy (Results 1 – 2 of 2) sorted by relevance
258 if (Type *CachedTy = CachedTypes.lookup(V)) in inferScalarType() local259 return CachedTy; in inferScalarType()
5343 llvm::DIType *CachedTy = getTypeOrNull(QualTy); in CreateSelfType() local5344 if (CachedTy) in CreateSelfType()5345 Ty = CachedTy; in CreateSelfType()