Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp6242 ConstantInt *StableValue = nullptr; in computeShiftCompareExitLimit() local
6256 StableValue = ConstantInt::get(Ty, 0); in computeShiftCompareExitLimit()
6258 StableValue = ConstantInt::get(Ty, -1, true); in computeShiftCompareExitLimit()
6268 StableValue = ConstantInt::get(cast<IntegerType>(RHS->getType()), 0); in computeShiftCompareExitLimit()
6273 ConstantFoldCompareInstOperands(Pred, StableValue, RHS, DL, &TLI); in computeShiftCompareExitLimit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp7727 ConstantInt *StableValue = nullptr; in computeShiftCompareExitLimit() local
7740 StableValue = ConstantInt::get(Ty, 0); in computeShiftCompareExitLimit()
7742 StableValue = ConstantInt::get(Ty, -1, true); in computeShiftCompareExitLimit()
7752 StableValue = ConstantInt::get(cast<IntegerType>(RHS->getType()), 0); in computeShiftCompareExitLimit()
7757 ConstantFoldCompareInstOperands(Pred, StableValue, RHS, DL, &TLI); in computeShiftCompareExitLimit()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp7955 ConstantInt *StableValue = nullptr; in computeShiftCompareExitLimit() local
7968 StableValue = ConstantInt::get(Ty, 0); in computeShiftCompareExitLimit()
7970 StableValue = ConstantInt::get(Ty, -1, true); in computeShiftCompareExitLimit()
7980 StableValue = ConstantInt::get(cast<IntegerType>(RHS->getType()), 0); in computeShiftCompareExitLimit()
7985 ConstantFoldCompareInstOperands(Pred, StableValue, RHS, DL, &TLI); in computeShiftCompareExitLimit()