Searched refs:ValuePairTy (Results 1 – 2 of 2) sorted by relevance
53 typedef std::pair<const Value *, const Value *> ValuePairTy; typedef54 typedef DenseMap<ValuePairTy, bool> CachedResultsTy;
170 CachedResults.insert(std::make_pair(ValuePairTy(A, B), true)); in related()175 CachedResults[ValuePairTy(A, B)] = Result; in related()