Searched refs:OneLessThanBitWidth (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantRangeTest.cpp | 1661 ConstantRange OneLessThanBitWidth(APInt(32, 0), APInt(32, 31) + 1); in TEST() local 1666 Instruction::Shl, OneLessThanBitWidth, OBO::NoUnsignedWrap)); in TEST() 1670 Instruction::Shl, OneLessThanBitWidth, OBO::NoSignedWrap)); in TEST() 1682 Instruction::Shl, OneLessThanBitWidth, OBO::NoUnsignedWrap)); in TEST() 1687 Instruction::Shl, OneLessThanBitWidth, OBO::NoSignedWrap)); in TEST()
|