Home
last modified time | relevance | path

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

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