Searched refs:IterationNum (Results 1 – 2 of 2) sorted by relevance
77 unsigned IterationNum = CopyLen >> Log2_64(Alignment); in expandMEMCPY() local78 for(unsigned I = 0; I < IterationNum; ++I) { in expandMEMCPY()88 unsigned Offset = IterationNum * Alignment; in expandMEMCPY()
7483 for (unsigned IterationNum = 0; IterationNum != MaxSteps; ++IterationNum) { in computeLoadConstantCompareExitLimit() local7485 cast<IntegerType>(IdxExpr->getType()), IterationNum); in computeLoadConstantCompareExitLimit()7849 unsigned IterationNum = 0; in getConstantEvolutionLoopExitValue() local7851 for (; ; ++IterationNum) { in getConstantEvolutionLoopExitValue()7852 if (IterationNum == NumIterations) in getConstantEvolutionLoopExitValue()7926 for (unsigned IterationNum = 0; IterationNum != MaxIterations;++IterationNum){ in computeExitCountExhaustively() local7935 return getConstant(Type::getInt32Ty(getContext()), IterationNum); in computeExitCountExhaustively()