Home
last modified time | relevance | path

Searched refs:NLZ2 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp396 unsigned NLZ2 = CLHS->getValue().countLeadingZeros(); in ComputeMaskedBits() local
398 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2) & Mask; in ComputeMaskedBits()
/external/llvm/lib/Analysis/
DValueTracking.cpp255 unsigned NLZ2 = CLHS->getValue().countLeadingZeros(); in computeKnownBitsAddSub() local
257 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2); in computeKnownBitsAddSub()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1973 unsigned NLZ2 = CLHS->getAPIntValue().countLeadingZeros(); in ComputeMaskedBits() local
1975 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2) & Mask; in ComputeMaskedBits()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2349 unsigned NLZ2 = CLHS->getAPIntValue().countLeadingZeros(); in computeKnownBits() local
2351 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2); in computeKnownBits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2755 unsigned NLZ2 = CLHS->getAPIntValue().countLeadingZeros(); in computeKnownBits() local
2757 Known.Zero.setHighBits(NLZ2); in computeKnownBits()