Searched refs:IterationNum (Results 1 – 2 of 2) sorted by relevance
76 unsigned IterationNum = CopyLen >> Log2_64(Alignment); in expandMEMCPY() local77 for(unsigned I = 0; I < IterationNum; ++I) { in expandMEMCPY()87 unsigned Offset = IterationNum * Alignment; in expandMEMCPY()
8228 for (unsigned IterationNum = 0; IterationNum != MaxSteps; ++IterationNum) { in computeLoadConstantCompareExitLimit() local8230 cast<IntegerType>(IdxExpr->getType()), IterationNum); in computeLoadConstantCompareExitLimit()8594 unsigned IterationNum = 0; in getConstantEvolutionLoopExitValue() local8596 for (; ; ++IterationNum) { in getConstantEvolutionLoopExitValue()8597 if (IterationNum == NumIterations) in getConstantEvolutionLoopExitValue()8671 for (unsigned IterationNum = 0; IterationNum != MaxIterations;++IterationNum){ in computeExitCountExhaustively() local8680 return getConstant(Type::getInt32Ty(getContext()), IterationNum); in computeExitCountExhaustively()