Searched refs:CachedTypes (Results 1 – 2 of 2) sorted by relevance
26 CachedTypes[Inc] = ResTy; in inferScalarTypeForRecipe()40 CachedTypes[OtherV] = ResTy; in inferScalarTypeForRecipe()55 CachedTypes[OtherV] = ResTy; in inferScalarTypeForRecipe()116 CachedTypes[R->getOperand(1)] = ResTy; in inferScalarTypeForRecipe()150 CachedTypes[OtherV] = ResTy; in inferScalarTypeForRecipe()182 CachedTypes[R->getOperand(1)] = ResTy; in inferScalarTypeForRecipe()189 CachedTypes[R->getOperand(2)] = ResTy; in inferScalarTypeForRecipe()234 if (Type *CachedTy = CachedTypes.lookup(V)) in inferScalarType()283 CachedTypes[V] = ResultTy; in inferScalarType()
40 DenseMap<const VPValue *, Type *> CachedTypes; variable