Searched refs:ConstantRHS (Results 1 – 1 of 1) sorted by relevance
305 ConstantInt *ConstantRHS = dyn_cast<ConstantInt>(RHS); in verifyTripCount() local306 if (ConstantRHS) { in verifyTripCount()322 ConstantInt *One = ConstantInt::get(ConstantRHS->getType(), 1); in verifyTripCount()324 ConstantRHS->getContext(), ConstantRHS->getValue() + One->getValue()); in verifyTripCount()