Home
last modified time | relevance | path

Searched refs:countMaxTrailingZeros (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DKnownBits.h249 unsigned countMaxTrailingZeros() const { in countMaxTrailingZeros() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDemandedBits.cpp148 std::min(BitWidth, Known.countMaxTrailingZeros()+1)); in determineLiveOperandBits()
H A DValueTracking.cpp1549 unsigned PossibleTZ = Known2.countMaxTrailingZeros(); in computeKnownBitsFromOperator()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp483 unsigned PossibleZeros = IsTZ ? Known.countMaxTrailingZeros() in foldCttzCtlz()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6105 unsigned PossibleTZ = Known2.trunc(32).countMaxTrailingZeros(); in computeKnownBitsForTargetNode()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3167 unsigned PossibleTZ = Known2.countMaxTrailingZeros(); in computeKnownBits()