Searched refs:ZeroBits (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | MathExtras.h | 53 std::size_t ZeroBits = 0; in count() local 59 ZeroBits |= Shift; in count() 64 return ZeroBits; in count() 125 std::size_t ZeroBits = 0; 131 ZeroBits |= Shift; 133 return ZeroBits;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MathExtras.h | 53 std::size_t ZeroBits = 0; in count() local 59 ZeroBits |= Shift; in count() 64 return ZeroBits; in count() 125 std::size_t ZeroBits = 0; 131 ZeroBits |= Shift; 133 return ZeroBits;
|
/external/libchrome/sandbox/win/src/ |
D | nt_internals.h | 229 IN ULONG_PTR ZeroBits, 384 IN ULONG ZeroBits, 488 IN ULONG_PTR ZeroBits,
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ValueTracking.cpp | 703 APInt ZeroBits(BitWidth, 0); in ComputeSignBit() local 705 ComputeMaskedBits(V, APInt::getSignBit(BitWidth), ZeroBits, OneBits, TD, in ComputeSignBit() 708 KnownZero = ZeroBits[BitWidth - 1]; in ComputeSignBit()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 1483 APInt ZeroBits(BitWidth, 0); in ComputeSignBit() local 1485 computeKnownBits(V, ZeroBits, OneBits, Depth, Q); in ComputeSignBit() 1487 KnownZero = ZeroBits[BitWidth - 1]; in ComputeSignBit() 3297 unsigned ZeroBits = LHSKnownZero.countLeadingOnes() + in computeOverflowForUnsignedMul() local 3301 if (ZeroBits >= BitWidth) in computeOverflowForUnsignedMul()
|