Searched refs:CmpValues (Results 1 – 1 of 1) sorted by relevance
1940 SmallVector<std::pair<Value *, Value *>, 2> CmpValues; in foldICmpOrXorSubChain() local1949 CmpValues.emplace_back(Lhs, Rhs); in foldICmpOrXorSubChain()1955 CmpValues.emplace_back(Lhs, Rhs); in foldICmpOrXorSubChain()1976 Value *LhsCmp = Builder.CreateICmp(Pred, CmpValues.rbegin()->first, in foldICmpOrXorSubChain()1977 CmpValues.rbegin()->second); in foldICmpOrXorSubChain()1979 for (auto It = CmpValues.rbegin() + 1; It != CmpValues.rend(); ++It) { in foldICmpOrXorSubChain()