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

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
  132   if (SelType->isVectorTy() != Cmp->getType()->isVectorTy())
  138   ICmpInst::Predicate Pred = Cmp->getPredicate();
  140     if (!match(Cmp->getOperand(1), m_Zero()))
  143     V = Cmp->getOperand(0);
  149   } else if (decomposeBitTestICmp(Cmp->getOperand(0), Cmp->getOperand(1),
  149   } else if (decomposeBitTestICmp(Cmp->getOperand(0), Cmp->getOperand(1),
  175       if (!Cmp->hasOneUse())