reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/InstructionSimplify.cpp
  422   if (TCmp == Cond) {
  425     TCmp = getTrue(Cond->getType());
  429     if (!isSameCompare(Cond, Pred, TV, RHS))
  431     TCmp = getTrue(Cond->getType());
  436   if (FCmp == Cond) {
  439     FCmp = getFalse(Cond->getType());
  443     if (!isSameCompare(Cond, Pred, FV, RHS))
  445     FCmp = getFalse(Cond->getType());
  455   if (Cond->getType()->isVectorTy() != RHS->getType()->isVectorTy())
  461     if (Value *V = SimplifyAndInst(Cond, TCmp, Q, MaxRecurse))
  466     if (Value *V = SimplifyOrInst(Cond, FCmp, Q, MaxRecurse))
  472         SimplifyXorInst(Cond, Constant::getAllOnesValue(Cond->getType()),
  472         SimplifyXorInst(Cond, Constant::getAllOnesValue(Cond->getType()),