Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DKnownBits.cpp435 unsigned LeadZ = HasOverflow ? 0 : UMaxResult.countLeadingZeros(); in mul() local
539 unsigned LeadZ = LHS.countMinLeadingZeros(); in udiv() local
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h502 unsigned LeadZ = countLeadingZerosSlowCase(); in isShiftedMask() local
514 unsigned LeadZ = countLeadingZerosSlowCase(); in isShiftedMask() local