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

/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp208 unsigned LeadingZeros = (Upper->getValue() - 1).countLeadingZeros(); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp342 unsigned LeadingZeros = KnownOne.countLeadingZeros(); local

Completed in 49 milliseconds