Searched defs:NLZ (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp492 unsigned NLZ = DemandedMask.countLeadingZeros(); local
572 uint32_t NLZ = DemandedMask.countLeadingZeros(); local
782 unsigned NLZ = DemandedMask.countLeadingZeros(); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp58 unsigned NLZ = (CLHS->getValue()+1).countLeadingZeros(); local
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2086 unsigned NLZ = (CLHS->getAPIntValue()+1).countLeadingZeros(); local

Completed in 108 milliseconds