Searched refs:OverflowBits (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 3906 unsigned OverflowBits = VTSize - Scale + 1; in ExpandIntRes_MULFIX() local 3907 assert(OverflowBits <= VTSize && OverflowBits > NVTSize && in ExpandIntRes_MULFIX() 3910 APInt::getHighBitsSet(NVTSize, OverflowBits - NVTSize), dl, NVT); in ExpandIntRes_MULFIX() 3912 APInt::getLowBitsSet(NVTSize, VTSize - OverflowBits), dl, NVT); in ExpandIntRes_MULFIX() 3941 unsigned OverflowBits = VTSize - Scale + 1; in ExpandIntRes_MULFIX() local 3943 APInt::getHighBitsSet(NVTSize, OverflowBits), dl, NVT); in ExpandIntRes_MULFIX() 3945 APInt::getLowBitsSet(NVTSize, NVTSize - OverflowBits), dl, NVT); in ExpandIntRes_MULFIX()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | APIntTest.cpp | 2837 auto OverflowBits = [] (int64_t V, unsigned W) { in TEST() local 2841 int64_t Over0 = OverflowBits(C, Width); in TEST() 2845 int64_t OverX = OverflowBits(ValueAtX, Width); in TEST()
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | CloningTest.cpp | 69 TEST_F(CloneInstruction, OverflowBits) { in TEST_F() argument
|