Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DKnownBits.h176 unsigned countMinLeadingOnes() const { in countMinLeadingOnes() function
186 return countMinLeadingOnes(); in countMinSignBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp1144 std::max(Known.countMinLeadingOnes(), Known2.countMinLeadingOnes()); in computeKnownBitsFromOperator()
1162 std::max(Known.countMinLeadingOnes(), Known2.countMinLeadingOnes()); in computeKnownBitsFromOperator()
1635 LeadingKnown = std::max(Known.countMinLeadingOnes(), in computeKnownBitsFromOperator()
1636 Known2.countMinLeadingOnes()); in computeKnownBitsFromOperator()
1639 Known2.countMinLeadingOnes()); in computeKnownBitsFromOperator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2660 unsigned LeadingKnownOnes = Known.countMinLeadingOnes(); in visitSwitchInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3356 unsigned LeadOne = Known.countMinLeadingOnes(); in computeKnownBits()
3357 LeadOne = std::max(LeadOne, Known2.countMinLeadingOnes()); in computeKnownBits()