Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1899 bool SignBitKnownZero = KnownZero.isNegative(); in ComputeMaskedBits() local
1901 assert(!(SignBitKnownZero && SignBitKnownOne) && in ComputeMaskedBits()
1915 if (SignBitKnownZero) in ComputeMaskedBits()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2288 bool SignBitKnownZero = KnownZero.isNegative(); in computeKnownBits() local
2295 if (SignBitKnownZero) in computeKnownBits()