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()
7971 for (unsigned IterationNum = 0; IterationNum != MaxSteps; ++IterationNum) { in computeLoadConstantCompareExitLimit() local7973 cast<IntegerType>(IdxExpr->getType()), IterationNum); in computeLoadConstantCompareExitLimit()8337 unsigned IterationNum = 0; in getConstantEvolutionLoopExitValue() local8339 for (; ; ++IterationNum) { in getConstantEvolutionLoopExitValue()8340 if (IterationNum == NumIterations) in getConstantEvolutionLoopExitValue()8414 for (unsigned IterationNum = 0; IterationNum != MaxIterations;++IterationNum){ in computeExitCountExhaustively() local8423 return getConstant(Type::getInt32Ty(getContext()), IterationNum); in computeExitCountExhaustively()