Searched refs:CmpValues (Results 1 – 1 of 1) sorted by relevance
1990 SmallVector<std::pair<Value *, Value *>, 2> CmpValues; in foldICmpOrXorSubChain() local1999 CmpValues.emplace_back(Lhs, Rhs); in foldICmpOrXorSubChain()2005 CmpValues.emplace_back(Lhs, Rhs); in foldICmpOrXorSubChain()2026 Value *LhsCmp = Builder.CreateICmp(Pred, CmpValues.rbegin()->first, in foldICmpOrXorSubChain()2027 CmpValues.rbegin()->second); in foldICmpOrXorSubChain()2029 for (auto It = CmpValues.rbegin() + 1; It != CmpValues.rend(); ++It) { in foldICmpOrXorSubChain()