Home
last modified time | relevance | path

Searched refs:PossibleLZ (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp1632 unsigned PossibleLZ = Known2.countMaxLeadingZeros(); in computeKnownBitsFromOperator() local
1635 PossibleLZ = std::min(PossibleLZ, BitWidth - 1); in computeKnownBitsFromOperator()
1636 unsigned LowBits = llvm::bit_width(PossibleLZ); in computeKnownBitsFromOperator()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3420 unsigned PossibleLZ = Known2.countMaxLeadingZeros(); in computeKnownBits() local
3421 unsigned LowBits = llvm::bit_width(PossibleLZ); in computeKnownBits()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10856 unsigned PossibleLZ = Known2.trunc(32).countMaxLeadingZeros(); in computeKnownBitsForTargetNode() local
10857 unsigned LowBits = llvm::bit_width(PossibleLZ); in computeKnownBitsForTargetNode()