Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DKnownBits.h176 unsigned countMaxLeadingZeros() const { in countMaxLeadingZeros() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDemandedBits.cpp132 std::min(BitWidth, Known.countMaxLeadingZeros()+1)); in determineLiveOperandBits()
DValueTracking.cpp1031 unsigned RHSMaxLeadingZeros = Known2.countMaxLeadingZeros(); in computeKnownBitsFromOperator()
2032 if (Known.countMaxLeadingZeros() < BitWidth - ShiftVal) in isKnownNonZero()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp248 if (Known.countMaxLeadingZeros() < HiBits) in getValueRange()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1323 : Known.countMaxLeadingZeros(); in foldCttzCtlz()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2510 unsigned RHSMaxLeadingZeros = Known2.countMaxLeadingZeros(); in computeKnownBits()
2657 unsigned PossibleLZ = Known2.countMaxLeadingZeros(); in computeKnownBits()