Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1900 bool SignBitKnownOne = KnownOne.isNegative(); in ComputeMaskedBits() local
1901 assert(!(SignBitKnownZero && SignBitKnownOne) && in ComputeMaskedBits()
1917 else if (SignBitKnownOne) in ComputeMaskedBits()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2289 bool SignBitKnownOne = KnownOne.isNegative(); in computeKnownBits() local
2297 else if (SignBitKnownOne) in computeKnownBits()