Searched refs:StableValue (Results 1 – 1 of 1) sorted by relevance
8093 ConstantInt *StableValue = nullptr; in computeShiftCompareExitLimit() local8106 StableValue = ConstantInt::get(Ty, 0); in computeShiftCompareExitLimit()8108 StableValue = ConstantInt::get(Ty, -1, true); in computeShiftCompareExitLimit()8118 StableValue = ConstantInt::get(cast<IntegerType>(RHS->getType()), 0); in computeShiftCompareExitLimit()8123 ConstantFoldCompareInstOperands(Pred, StableValue, RHS, DL, &TLI); in computeShiftCompareExitLimit()