Searched refs:CmpIndVarSize (Results 1 – 1 of 1) sorted by relevance
1688 unsigned CmpIndVarSize = SE->getTypeSizeInBits(CmpIndVar->getType()); in LinearFunctionTestReplace() local1690 if (CmpIndVarSize > ExitCntSize) { in LinearFunctionTestReplace()1701 Count = APInt::getMaxValue(Count.getBitWidth()).zext(CmpIndVarSize); in LinearFunctionTestReplace()1705 Count = Count.zext(CmpIndVarSize); in LinearFunctionTestReplace()