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

References

lib/Transforms/Scalar/MergeICmps.cpp
  330   if (!CmpI->hasOneUse()) {
  334   if (CmpI->getPredicate() != ExpectedPredicate)
  339   auto Lhs = visitICmpLoadOperand(CmpI->getOperand(0), BaseId);
  342   auto Rhs = visitICmpLoadOperand(CmpI->getOperand(1), BaseId);
  345   const auto &DL = CmpI->getModule()->getDataLayout();
  347                      DL.getTypeSizeInBits(CmpI->getOperand(0)->getType()));