Home
last modified time | relevance | path

Searched refs:RHSMaxLeadingZeros (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp1031 unsigned RHSMaxLeadingZeros = Known2.countMaxLeadingZeros(); in computeKnownBitsFromOperator() local
1032 if (RHSMaxLeadingZeros != BitWidth) in computeKnownBitsFromOperator()
1033 LeadZ = std::min(BitWidth, LeadZ + BitWidth - RHSMaxLeadingZeros - 1); in computeKnownBitsFromOperator()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2510 unsigned RHSMaxLeadingZeros = Known2.countMaxLeadingZeros(); in computeKnownBits() local
2511 if (RHSMaxLeadingZeros != BitWidth) in computeKnownBits()
2512 LeadZ = std::min(BitWidth, LeadZ + BitWidth - RHSMaxLeadingZeros - 1); in computeKnownBits()