Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp539 unsigned NLZ = DemandedMask.countLeadingZeros(); in SimplifyDemandedUseBits() local
619 uint32_t NLZ = DemandedMask.countLeadingZeros(); in SimplifyDemandedUseBits() local
830 unsigned NLZ = DemandedMask.countLeadingZeros(); in SimplifyDemandedUseBits() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp175 unsigned NLZ = (CLHS->getValue()+1).countLeadingZeros(); in computeKnownBitsAddSub() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2235 unsigned NLZ = (CLHS->getAPIntValue()+1).countLeadingZeros(); in computeKnownBits() local