Searched refs:ExitCnt (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1551 Value *ExitCnt = genLoopLimit(IndVar, IVCount, L, Rewriter, SE); local
1552 assert(ExitCnt->getType()->isPointerTy() == IndVar->getType()->isPointerTy()
1567 << " RHS:\t" << *ExitCnt << "\n"
1572 > SE->getTypeSizeInBits(ExitCnt->getType())) {
1573 CmpIndVar = Builder.CreateTrunc(CmpIndVar, ExitCnt->getType(),
1577 Value *Cond = Builder.CreateICmp(P, CmpIndVar, ExitCnt, "exitcond");

Completed in 251 milliseconds