Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp9116 ConstantInt *StableValue = nullptr; in computeShiftCompareExitLimit() local
9129 StableValue = ConstantInt::get(Ty, 0); in computeShiftCompareExitLimit()
9131 StableValue = ConstantInt::get(Ty, -1, true); in computeShiftCompareExitLimit()
9141 StableValue = ConstantInt::get(cast<IntegerType>(RHS->getType()), 0); in computeShiftCompareExitLimit()
9146 ConstantFoldCompareInstOperands(Pred, StableValue, RHS, DL, &TLI); in computeShiftCompareExitLimit()