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

References

tools/polly/lib/CodeGen/LoopGenerators.cpp
  193   UB = Builder.CreateAdd(UB, ConstantInt::get(LongType, 1));
tools/polly/lib/CodeGen/LoopGeneratorsGOMP.cpp
   36                       LongType,
   37                       LongType,
   38                       LongType};
  127   Value *LBPtr = Builder.CreateAlloca(LongType, nullptr, "polly.par.LBPtr");
  128   Value *UBPtr = Builder.CreateAlloca(LongType, nullptr, "polly.par.UBPtr");
  150   UB = Builder.CreateSub(UB, ConstantInt::get(LongType, 1),
  181     Type *Params[] = {LongType->getPointerTo(), LongType->getPointerTo()};
  181     Type *Params[] = {LongType->getPointerTo(), LongType->getPointerTo()};
tools/polly/lib/CodeGen/LoopGeneratorsKMP.cpp
   79                                    LongType,
   80                                    LongType,
   81                                    LongType,
  151   Value *LBPtr = Builder.CreateAlloca(LongType, nullptr, "polly.par.LBPtr");
  152   Value *UBPtr = Builder.CreateAlloca(LongType, nullptr, "polly.par.UBPtr");
  156       Builder.CreateAlloca(LongType, nullptr, "polly.par.StridePtr");
  190   Value *AdjustedUB = Builder.CreateAdd(UB, ConstantInt::get(LongType, -1),
  194       ConstantInt::get(LongType, std::max<int>(PollyChunkSize, 1));
  330                       LongType->getPointerTo(),
  331                       LongType->getPointerTo(),
  332                       LongType->getPointerTo(),
  333                       LongType,
  334                       LongType};
  350       ConstantInt::get(LongType, 1),
  390                       LongType,
  391                       LongType,
  392                       LongType,
  393                       LongType};
  430                       LongType->getPointerTo(),
  431                       LongType->getPointerTo(),
  432                       LongType->getPointerTo()};
  497   return (LongType->getIntegerBitWidth() == 64);