Searched refs:PathA (Results 1 – 1 of 1) sorted by relevance
485 SmallSetVector<const MDNode *, 4> PathA; in getLeastCommonType() local488 if (PathA.count(TA.getNode())) in getLeastCommonType()490 PathA.insert(TA.getNode()); in getLeastCommonType()503 int IA = PathA.size() - 1; in getLeastCommonType()508 if (PathA[IA] == PathB[IB]) in getLeastCommonType()509 Ret = PathA[IA]; in getLeastCommonType()