Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DKnownBits.h151 unsigned countMinLeadingOnes() const { in countMinLeadingOnes() function
161 return countMinLeadingOnes(); in countMinSignBits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp1057 std::max(Known.countMinLeadingOnes(), Known2.countMinLeadingOnes()); in computeKnownBitsFromOperator()
1075 std::max(Known.countMinLeadingOnes(), Known2.countMinLeadingOnes()); in computeKnownBitsFromOperator()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2368 unsigned LeadingKnownOnes = Known.countMinLeadingOnes(); in visitSwitchInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2996 unsigned LeadOne = Known.countMinLeadingOnes(); in computeKnownBits()
2997 LeadOne = std::max(LeadOne, Known2.countMinLeadingOnes()); in computeKnownBits()