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

References

lib/Target/AArch64/AArch64FastISel.cpp
  309   assert((isa<ZExtInst>(I) || isa<SExtInst>(I)) &&
  309   assert((isa<ZExtInst>(I) || isa<SExtInst>(I)) &&
  311   assert(!I->getType()->isVectorTy() && I->getType()->isIntegerTy() &&
  311   assert(!I->getType()->isVectorTy() && I->getType()->isIntegerTy() &&
  313   bool IsZExt = isa<ZExtInst>(I);
  315   if (const auto *LI = dyn_cast<LoadInst>(I->getOperand(0)))
  319   if (const auto *Arg = dyn_cast<Argument>(I->getOperand(0)))