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.cpp234 if (Type *CachedTy = CachedTypes.lookup(V)) in inferScalarType() local
235 return CachedTy; in inferScalarType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5080 llvm::DIType *CachedTy = getTypeOrNull(QualTy); in CreateSelfType() local
5081 if (CachedTy) in CreateSelfType()
5082 Ty = CachedTy; in CreateSelfType()