Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp7605 ConstantInt *StableValue = nullptr; in computeShiftCompareExitLimit() local
7618 StableValue = ConstantInt::get(Ty, 0); in computeShiftCompareExitLimit()
7620 StableValue = ConstantInt::get(Ty, -1, true); in computeShiftCompareExitLimit()
7630 StableValue = ConstantInt::get(cast<IntegerType>(RHS->getType()), 0); in computeShiftCompareExitLimit()
7635 ConstantFoldCompareInstOperands(Pred, StableValue, RHS, DL, &TLI); in computeShiftCompareExitLimit()