Home
last modified time | relevance | path

Searched refs:CachedTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp258 if (Type *CachedTy = CachedTypes.lookup(V)) in inferScalarType() local
259 return CachedTy; in inferScalarType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5343 llvm::DIType *CachedTy = getTypeOrNull(QualTy); in CreateSelfType() local
5344 if (CachedTy) in CreateSelfType()
5345 Ty = CachedTy; in CreateSelfType()