Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DKnownBits.h166 unsigned countMaxTrailingZeros() const { in countMaxTrailingZeros() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDemandedBits.cpp142 std::min(BitWidth, Known.countMaxTrailingZeros()+1)); in determineLiveOperandBits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1322 unsigned PossibleZeros = IsTZ ? Known.countMaxTrailingZeros() in foldCttzCtlz()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2648 unsigned PossibleTZ = Known2.countMaxTrailingZeros(); in computeKnownBits()