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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1520 Value *CmpIndVar; local
1544 CmpIndVar = IndVar->getIncomingValueForBlock(L->getExitingBlock());
1548 CmpIndVar = IndVar;
1564 << " LHS:" << *CmpIndVar << '\n'
1571 if (SE->getTypeSizeInBits(CmpIndVar->getType())
1573 CmpIndVar = Builder.CreateTrunc(CmpIndVar, ExitCnt->getType(),
1577 Value *Cond = Builder.CreateICmp(P, CmpIndVar, ExitCnt, "exitcond");

Completed in 31 milliseconds