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

/external/llvm/lib/Analysis/
H A DValueTracking.cpp68 unsigned NLZ2 = CLHS->getValue().countLeadingZeros(); local
70 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2248 unsigned NLZ2 = CLHS->getAPIntValue().countLeadingZeros(); local
2250 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2);

Completed in 112 milliseconds