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

References

lib/Transforms/Utils/LoopUnrollRuntime.cpp
  618   if (isa<SCEVCouldNotCompute>(BECountSC) ||
  619       !BECountSC->getType()->isIntegerTy()) {
  624   unsigned BEWidth = cast<IntegerType>(BECountSC->getType())->getBitWidth();
  628       SE->getAddExpr(BECountSC, SE->getConstant(BECountSC->getType(), 1));
  628       SE->getAddExpr(BECountSC, SE->getConstant(BECountSC->getType(), 1));
  715   Value *BECount = Expander.expandCodeFor(BECountSC, BECountSC->getType(),
  715   Value *BECount = Expander.expandCodeFor(BECountSC, BECountSC->getType(),