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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1556 Value *ExitCnt = genLoopLimit(IndVar, IVCount, L, Rewriter, SE); local
1557 assert(ExitCnt->getType()->isPointerTy() == IndVar->getType()->isPointerTy()
1572 << " RHS:\t" << *ExitCnt << "\n"
1577 > SE->getTypeSizeInBits(ExitCnt->getType())) {
1578 CmpIndVar = Builder.CreateTrunc(CmpIndVar, ExitCnt->getType(),
1582 Value *Cond = Builder.CreateICmp(P, CmpIndVar, ExitCnt, "exitcond");

Completed in 181 milliseconds