Searched refs:CmpIndVar (Results 1 – 1 of 1) sorted by relevance
1647 Value *CmpIndVar = IndVar; in LinearFunctionTestReplace() local1662 CmpIndVar = IndVar->getIncomingValueForBlock(L->getExitingBlock()); in LinearFunctionTestReplace()1678 << " LHS:" << *CmpIndVar << '\n' in LinearFunctionTestReplace()1688 unsigned CmpIndVarSize = SE->getTypeSizeInBits(CmpIndVar->getType()); in LinearFunctionTestReplace()1711 ExitCnt = ConstantInt::get(CmpIndVar->getType(), NewLimit); in LinearFunctionTestReplace()1715 CmpIndVar = Builder.CreateTrunc(CmpIndVar, ExitCnt->getType(), in LinearFunctionTestReplace()1719 Value *Cond = Builder.CreateICmp(P, CmpIndVar, ExitCnt, "exitcond"); in LinearFunctionTestReplace()