Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2582 unsigned ShiftAmountMin = BitWidth; in computeKnownBits() local
2587 ShiftAmountMin = std::min<unsigned>(ShiftAmountMin, in computeKnownBits()
2593 ShiftAmountMin = 0; in computeKnownBits()
2597 Known.Zero.setHighBits(ShiftAmountMin); in computeKnownBits()