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

References

lib/Target/ARM/ARMCodeGenPrepare.cpp
  341   unsigned Opc = I->getOpcode();
  345   if (!I->hasOneUse() ||
  346       !isa<ICmpInst>(*I->user_begin()) ||
  347       !isa<ConstantInt>(I->getOperand(1)))
  350   ConstantInt *OverflowConst = cast<ConstantInt>(I->getOperand(1));
  358   auto *CI = cast<ICmpInst>(*I->user_begin());
  388   LLVM_DEBUG(dbgs() << "ARM CGP: Allowing safe overflow for " << *I << "\n");
  389   SafeWrap.insert(I);