Home | History | Annotate | Download | only in Analysis

Lines Matching defs:PairTy

330     typedef std::pair<AssertingVH<BasicBlock>, Value*> PairTy;
333 static inline PairTy getEmptyKey() {
337 static inline PairTy getTombstoneKey() {
341 static unsigned getHashValue( const PairTy &Val) {
345 static bool isEqual(const PairTy &LHS, const PairTy &RHS) {