Home
last modified time | relevance | path

Searched refs:CmpIndVarSize (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp2253 unsigned CmpIndVarSize = SE->getTypeSizeInBits(CmpIndVar->getType()); in linearFunctionTestReplace() local
2255 if (CmpIndVarSize > ExitCntSize) { in linearFunctionTestReplace()
2266 Count = APInt::getMaxValue(Count.getBitWidth()).zext(CmpIndVarSize); in linearFunctionTestReplace()
2270 Count = Count.zext(CmpIndVarSize); in linearFunctionTestReplace()