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

References

lib/Transforms/Scalar/IndVarSimplify.cpp
 2426   assert(isLoopCounter(IndVar, L, SE));
 2428     cast<Instruction>(IndVar->getIncomingValueForBlock(L->getLoopLatch()));
 2431   Value *CmpIndVar = IndVar;
 2443         IndVar->getType()->isIntegerTy() ||
 2473       IndVar, ExitingBB, ExitCount, UsePostInc, L, Rewriter, SE);
 2475              IndVar->getType()->isPointerTy() &&
 2518       ExitCnt = Builder.CreateZExt(ExitCnt, IndVar->getType(),
 2525         ExitCnt = Builder.CreateSExt(ExitCnt, IndVar->getType(),