Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp1584 unsigned PossibleTZ = Known2.One.countTrailingZeros(); in computeKnownBitsFromOperator() local
1587 PossibleTZ = std::min(PossibleTZ, BitWidth - 1); in computeKnownBitsFromOperator()
1588 unsigned LowBits = Log2_32(PossibleTZ)+1; in computeKnownBitsFromOperator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2992 unsigned PossibleTZ = Known2.countMaxTrailingZeros(); in computeKnownBits() local
2993 unsigned LowBits = Log2_32(PossibleTZ) + 1; in computeKnownBits()