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

References

tools/polly/lib/CodeGen/LoopGenerators.cpp
   91   assert(LB->getType() == UB->getType() && "Types of loop bounds do not match");
  136     LoopGuard = Builder.CreateICmp(Predicate, LB, UB);
  153   IV->addIncoming(LB, PreHeaderBB);