Searched refs:CachedTypes (Results 1 – 2 of 2) sorted by relevance
23 CachedTypes[Inc] = ResTy; in inferScalarTypeForRecipe()35 CachedTypes[OtherV] = ResTy; in inferScalarTypeForRecipe()43 CachedTypes[OtherV] = ResTy; in inferScalarTypeForRecipe()84 CachedTypes[R->getOperand(1)] = ResTy; in inferScalarTypeForRecipe()118 CachedTypes[OtherV] = ResTy; in inferScalarTypeForRecipe()150 CachedTypes[R->getOperand(1)] = ResTy; in inferScalarTypeForRecipe()157 CachedTypes[R->getOperand(2)] = ResTy; in inferScalarTypeForRecipe()201 if (Type *CachedTy = CachedTypes.lookup(V)) in inferScalarType()235 CachedTypes[V] = ResultTy; in inferScalarType()
37 DenseMap<const VPValue *, Type *> CachedTypes; variable