Home
last modified time | relevance | path

Searched defs:TrailZ (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAlignment.cpp74 unsigned TrailZ = std::min(Known.countMinTrailingZeros(), in inferAlignment() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h507 unsigned TrailZ = countTrailingZerosSlowCase(); in isShiftedMask() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp869 unsigned TrailZ = TrailZero0 + TrailZero1; in mul() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1556 unsigned TrailZ = Known.countMinTrailingZeros(); in getOrEnforceKnownAlignment() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp5670 unsigned TrailZ = LHSKnown.countMinTrailingZeros() + in computeKnownBitsForTargetNode() local