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