Searched refs:OverflowBits (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpBuiltin.cpp | 1656 unsigned OverflowBits = BitWidth + 1; in interp__builtin_vector_reduce() 1658 (PrevResult.toAPSInt(OverflowBits) + in interp__builtin_vector_reduce() 1659 Elem.toAPSInt(OverflowBits))); in interp__builtin_vector_reduce() 1664 unsigned OverflowBits = BitWidth * 2; in interp__builtin_vector_reduce() 1666 (PrevResult.toAPSInt(OverflowBits) * in interp__builtin_vector_reduce() 1667 Elem.toAPSInt(OverflowBits))); in interp__builtin_vector_reduce()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 4633 unsigned OverflowBits = VTSize - Scale + 1; in ExpandIntRes_MULFIX() local 4634 assert(OverflowBits <= VTSize && OverflowBits > NVTSize && in ExpandIntRes_MULFIX() 4637 APInt::getHighBitsSet(NVTSize, OverflowBits - NVTSize), dl, NVT); in ExpandIntRes_MULFIX() 4639 APInt::getLowBitsSet(NVTSize, VTSize - OverflowBits), dl, NVT); in ExpandIntRes_MULFIX() 4668 unsigned OverflowBits = VTSize - Scale + 1; in ExpandIntRes_MULFIX() local 4670 APInt::getHighBitsSet(NVTSize, OverflowBits), dl, NVT); in ExpandIntRes_MULFIX() 4672 APInt::getLowBitsSet(NVTSize, NVTSize - OverflowBits), dl, NVT); in ExpandIntRes_MULFIX()
|