Searched refs:CntTy (Results 1 – 1 of 1) sorted by relevance
1521 Type *CntTy = !EnableIVRewrite ? in LinearFunctionTestReplace() local1536 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()