Searched refs:CachedTypes (Results 1 – 2 of 2) sorted by relevance
50 CachedTypes[Inc] = ResTy; in inferScalarTypeForRecipe()64 CachedTypes[OtherV] = ResTy; in inferScalarTypeForRecipe()83 CachedTypes[OtherV] = ResTy; in inferScalarTypeForRecipe()152 CachedTypes[R->getOperand(1)] = ResTy; in inferScalarTypeForRecipe()197 CachedTypes[OtherV] = ResTy; in inferScalarTypeForRecipe()209 CachedTypes[R->getOperand(1)] = ResTy; in inferScalarTypeForRecipe()226 CachedTypes[R->getOperand(2)] = ResTy; in inferScalarTypeForRecipe()258 if (Type *CachedTy = CachedTypes.lookup(V)) in inferScalarType()311 CachedTypes[V] = ResultTy; in inferScalarType()
44 DenseMap<const VPValue *, Type *> CachedTypes; variable