Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp305 ConstantInt *ConstantRHS = dyn_cast<ConstantInt>(RHS); in verifyTripCount() local
306 if (ConstantRHS) { in verifyTripCount()
322 ConstantInt *One = ConstantInt::get(ConstantRHS->getType(), 1); in verifyTripCount()
324 ConstantRHS->getContext(), ConstantRHS->getValue() + One->getValue()); in verifyTripCount()