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

References

lib/Transforms/Utils/LoopUnrollRuntime.cpp
  895     Value *TestVal = B2.CreateSub(TripCount, ModVal, "unroll_iter");
  897     B2.SetInsertPoint(LatchBR);
  901         B2.CreateSub(NewIdx, ConstantInt::get(NewIdx->getType(), 1),
  905       IdxCmp = B2.CreateIsNotNull(IdxSub, NewIdx->getName() + ".ncmp");
  907       IdxCmp = B2.CreateIsNull(IdxSub, NewIdx->getName() + ".ncmp");