Searched refs:StableValue (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 6242 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-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7600 ConstantInt *StableValue = nullptr; in computeShiftCompareExitLimit() local 7613 StableValue = ConstantInt::get(Ty, 0); in computeShiftCompareExitLimit() 7615 StableValue = ConstantInt::get(Ty, -1, true); in computeShiftCompareExitLimit() 7625 StableValue = ConstantInt::get(cast<IntegerType>(RHS->getType()), 0); in computeShiftCompareExitLimit() 7630 ConstantFoldCompareInstOperands(Pred, StableValue, RHS, DL, &TLI); in computeShiftCompareExitLimit()
|