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

/external/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp282 Type *CountTy = TripCount->getType(); local
285 ConstantInt::get(CountTy, Count),
292 ConstantInt::get(CountTy, 0), "lcmp");
347 ConstantInt::get(CountTy, leftOverIters),

Completed in 53 milliseconds