Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1755 unsigned trailingOnes = RHS.countTrailingOnes(); in DemandedBitsLHSMask() local
1756 APInt lowBitsSet = APInt::getLowBitsSet(BitWidth, trailingOnes); in DemandedBitsLHSMask()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2924 unsigned trailingOnes = RHS.countTrailingOnes(); in DemandedBitsLHSMask() local
2925 APInt lowBitsSet = APInt::getLowBitsSet(BitWidth, trailingOnes); in DemandedBitsLHSMask()