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.cpp1974 unsigned NLZ2 = CLHS->getAPIntValue().countLeadingZeros(); local
1976 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2);

Completed in 87 milliseconds