Searched defs:NLZ2 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DValueTracking.cpp66 unsigned NLZ2 = CLHS->getValue().countLeadingZeros(); local
68 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2029 unsigned NLZ2 = CLHS->getAPIntValue().countLeadingZeros(); local
2031 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2);

Completed in 77 milliseconds