Searched refs:UpToBitWidth (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantRangeTest.cpp | 1662 ConstantRange UpToBitWidth(APInt(32, 0), APInt(32, 32) + 1); in TEST() local 1664 Instruction::Shl, UpToBitWidth, OBO::NoUnsignedWrap), in TEST() 1668 Instruction::Shl, UpToBitWidth, OBO::NoSignedWrap), in TEST() 1672 Instruction::Shl, UpToBitWidth, OBO::NoUnsignedWrap), in TEST() 1675 Instruction::Shl, UpToBitWidth, OBO::NoSignedWrap), in TEST()
|