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

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1957 CmpInst::Predicate InvEqP = CmpInst::getInversePredicate(EqP); local
1958 // Equivalent to "A InvEqP B". This may be the same as the condition
1960 if (Value *V = ExtractEquivalentCondition(LHS, InvEqP, A, B))
1962 if (Value *V = ExtractEquivalentCondition(RHS, InvEqP, A, B))
1964 // Otherwise, see if "A InvEqP B" simplifies.
1966 if (Value *V = SimplifyICmpInst(InvEqP, A, B, TD, DT, MaxRecurse-1))
2027 CmpInst::Predicate InvEqP = CmpInst::getInversePredicate(EqP); local
2028 // Equivalent to "A InvEqP B". This may be the same as the condition
2030 if (Value *V = ExtractEquivalentCondition(LHS, InvEqP, A, B))
2032 if (Value *V = ExtractEquivalentCondition(RHS, InvEqP,
[all...]

Completed in 193 milliseconds