Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp605 unsigned PossibleLZ = SrcOpKnown.countMaxLeadingZeros(); in computeKnownBitsImpl() local
606 unsigned LowBits = llvm::bit_width(PossibleLZ); in computeKnownBitsImpl()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1651 unsigned PossibleLZ = Known2.countMaxLeadingZeros(); in computeKnownBitsFromOperator() local
1654 PossibleLZ = std::min(PossibleLZ, BitWidth - 1); in computeKnownBitsFromOperator()
1655 unsigned LowBits = llvm::bit_width(PossibleLZ); in computeKnownBitsFromOperator()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3697 unsigned PossibleLZ = Known2.countMaxLeadingZeros(); in computeKnownBits() local
3698 unsigned LowBits = llvm::bit_width(PossibleLZ); in computeKnownBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17883 unsigned PossibleLZ = Known2.trunc(32).countMaxLeadingZeros(); in computeKnownBitsForTargetNode()
17884 unsigned LowBits = llvm::bit_width(PossibleLZ); in computeKnownBitsForTargetNode()
17880 unsigned PossibleLZ = Known2.trunc(32).countMaxLeadingZeros(); computeKnownBitsForTargetNode() local