Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp416 unsigned LHSKnownZeroOut = LHSKnownZero.countTrailingOnes(); in ComputeMaskedBits() local
425 if (LHSKnownZeroOut > RHSKnownZeroOut) { in ComputeMaskedBits()
427 APInt Mask = APInt::getLowBitsSet(BitWidth, LHSKnownZeroOut); in ComputeMaskedBits()
434 std::min(LHSKnownZeroOut, in ComputeMaskedBits()
437 } else if (RHSKnownZeroOut >= LHSKnownZeroOut) { in ComputeMaskedBits()