Home
last modified time | relevance | path

Searched refs:TripCountC (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopInfo.cpp210 if (ConstantInt *TripCountC = dyn_cast<ConstantInt>(TripCount)) { in getSmallConstantTripCount() local
212 if (TripCountC->getValue().getActiveBits() <= 32) { in getSmallConstantTripCount()
213 return (unsigned)TripCountC->getZExtValue(); in getSmallConstantTripCount()