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

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp67 unsigned NLZ2 = CLHS->getValue().countLeadingZeros(); local
69 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2095 unsigned NLZ2 = CLHS->getAPIntValue().countLeadingZeros(); local
2097 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2);

Completed in 116 milliseconds