Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6111 ICmpInst::Predicate OuterPred, InnerPred; in foldReductionIdiom() local
6126 if (!match(&I, m_ICmp(OuterPred, in foldReductionIdiom()
6140 if (ICmpInst::isEquality(OuterPred) && InnerPred == ICmpInst::ICMP_NE) { in foldReductionIdiom()
6144 return ICmpInst::Create(Instruction::ICmp, OuterPred, LHS, RHS, in foldReductionIdiom()