Home
last modified time | relevance | path

Searched refs:CmpIndVarSize (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1960 unsigned CmpIndVarSize = SE->getTypeSizeInBits(CmpIndVar->getType()); in linearFunctionTestReplace() local
1962 if (CmpIndVarSize > ExitCntSize) { in linearFunctionTestReplace()
1973 Count = APInt::getMaxValue(Count.getBitWidth()).zext(CmpIndVarSize); in linearFunctionTestReplace()
1977 Count = Count.zext(CmpIndVarSize); in linearFunctionTestReplace()