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

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2412 CmpInst::Predicate InvEqP = CmpInst::getInversePredicate(EqP); local
2413 // Equivalent to "A InvEqP B". This may be the same as the condition
2415 if (Value *V = ExtractEquivalentCondition(LHS, InvEqP, A, B))
2417 if (Value *V = ExtractEquivalentCondition(RHS, InvEqP, A, B))
2419 // Otherwise, see if "A InvEqP B" simplifies.
2421 if (Value *V = SimplifyICmpInst(InvEqP, A, B, Q, MaxRecurse-1))
2482 CmpInst::Predicate InvEqP = CmpInst::getInversePredicate(EqP); local
2483 // Equivalent to "A InvEqP B". This may be the same as the condition
2485 if (Value *V = ExtractEquivalentCondition(LHS, InvEqP, A, B))
2487 if (Value *V = ExtractEquivalentCondition(RHS, InvEqP,
[all...]

Completed in 115 milliseconds