Searched defs:ValuePairTy (Results 1 – 3 of 3) sorted by relevance
54 using ValuePairTy = std::pair<const Value *, const Value *>; variable
53 typedef std::pair<const Value *, const Value *> ValuePairTy; typedef