Home
last modified time | relevance | path

Searched defs:LeadZ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp816 unsigned LeadZ = HasOverflow ? 0 : UMaxResult.countl_zero(); in mul() local
990 unsigned LeadZ = Res->countLeadingZeros(); in sdiv() local
1021 unsigned LeadZ = MaxRes.countLeadingZeros(); in udiv() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h494 unsigned LeadZ = countLeadingZerosSlowCase(); in isShiftedMask() local
506 unsigned LeadZ = countLeadingZerosSlowCase(); in isShiftedMask() local