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");
   92   IntegerType *LoopIVType = dyn_cast<IntegerType>(UB->getType());
  136     LoopGuard = Builder.CreateICmp(Predicate, LB, UB);
  157       Builder.CreateICmp(Predicate, IncrementedIV, UB, "polly.loop_cond");