Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1521 Type *CntTy = !EnableIVRewrite ? in LinearFunctionTestReplace() local
1536 if (CntTy == IVLimit->getType()) in LinearFunctionTestReplace()
1543 IVLimit = SE->getTruncateOrZeroExtend(N, CntTy); in LinearFunctionTestReplace()
1546 IVLimit = SE->getTruncateOrZeroExtend(IVLimit, CntTy); in LinearFunctionTestReplace()
1547 IVLimit = SE->getAddExpr(IVLimit, SE->getConstant(CntTy, 1)); in LinearFunctionTestReplace()
1556 IVLimit = SE->getTruncateOrZeroExtend(IVLimit, CntTy); in LinearFunctionTestReplace()
1563 Type *CmpTy = CntTy; in LinearFunctionTestReplace()