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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1518 Type *CntTy = BackedgeTakenCount->getType(); local
1532 if (CntTy == IVCount->getType())
1539 IVCount = SE->getTruncateOrZeroExtend(N, CntTy);
1542 IVCount = SE->getTruncateOrZeroExtend(IVCount, CntTy);
1543 IVCount = SE->getAddExpr(IVCount, SE->getConstant(CntTy, 1));
1552 IVCount = SE->getTruncateOrZeroExtend(IVCount, CntTy);

Completed in 168 milliseconds