Searched refs:IPred (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1960 ICmpInst::Predicate IPred; local
1961 if (match(&BI, m_Br(m_ICmp(IPred, m_Value(X), m_Value(Y)),
1964 if (IPred == ICmpInst::ICMP_NE || IPred == ICmpInst::ICMP_ULE ||
1965 IPred == ICmpInst::ICMP_SLE || IPred == ICmpInst::ICMP_UGE ||
1966 IPred == ICmpInst::ICMP_SGE) {
1968 Cond->setPredicate(ICmpInst::getInversePredicate(IPred));

Completed in 80 milliseconds