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