Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DValueTracking.cpp249 unsigned NLZ2 = CLHS->getValue().countLeadingZeros(); in computeKnownBitsAddSub() local
251 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2); in computeKnownBitsAddSub()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2375 unsigned NLZ2 = CLHS->getAPIntValue().countLeadingZeros(); in computeKnownBits() local
2377 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2); in computeKnownBits()