Searched refs:CmpIndVarSize (Results 1 – 1 of 1) sorted by relevance
1938 unsigned CmpIndVarSize = SE->getTypeSizeInBits(CmpIndVar->getType()); in linearFunctionTestReplace() local1940 if (CmpIndVarSize > ExitCntSize) { in linearFunctionTestReplace()1951 Count = APInt::getMaxValue(Count.getBitWidth()).zext(CmpIndVarSize); in linearFunctionTestReplace()1955 Count = Count.zext(CmpIndVarSize); in linearFunctionTestReplace()