Home
last modified time | relevance | path

Searched refs:CmpValues (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1940 SmallVector<std::pair<Value *, Value *>, 2> CmpValues; in foldICmpOrXorSubChain() local
1949 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()