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

References

lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp
  239     if (I->hasOneUse())
  241     bool IsExtInst = (isa<ZExtInst>(I) || isa<SExtInst>(I));
  241     bool IsExtInst = (isa<ZExtInst>(I) || isa<SExtInst>(I));
  242     for (auto *U : I->users())
  251               I->getOperand(0)->getType()->getScalarSizeInBits();