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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1660 unsigned CmpIndVarSize = SE->getTypeSizeInBits(CmpIndVar->getType()); local
1662 if (CmpIndVarSize > ExitCntSize) {
1673 Count = APInt::getMaxValue(Count.getBitWidth()).zext(CmpIndVarSize);
1677 Count = Count.zext(CmpIndVarSize);

Completed in 99 milliseconds