Lines Matching defs:Shl
1469 TEST_F(ConstantRangeTest, Shl) {
1873 Instruction::Shl, UpToBitWidth, OBO::NoUnsignedWrap),
1875 Instruction::Shl, OneLessThanBitWidth, OBO::NoUnsignedWrap));
1877 Instruction::Shl, UpToBitWidth, OBO::NoSignedWrap),
1879 Instruction::Shl, OneLessThanBitWidth, OBO::NoSignedWrap));
1881 Instruction::Shl, UpToBitWidth, OBO::NoUnsignedWrap),
1884 Instruction::Shl, UpToBitWidth, OBO::NoSignedWrap),
1889 Instruction::Shl, ConstantRange::getFull(32), OBO::NoUnsignedWrap),
1891 Instruction::Shl, OneLessThanBitWidth, OBO::NoUnsignedWrap));
1894 Instruction::Shl, ConstantRange::getFull(32), OBO::NoSignedWrap),
1896 Instruction::Shl, OneLessThanBitWidth, OBO::NoSignedWrap));
1900 Instruction::Shl, IllegalShAmt, OBO::NoUnsignedWrap),
1903 Instruction::Shl, IllegalShAmt, OBO::NoSignedWrap),
1907 Instruction::Shl,
1911 Instruction::Shl,
1915 Instruction::Shl,
1919 Instruction::Shl,
1924 Instruction::Shl,
1929 Instruction::Shl,
2012 TestNoWrapRegionExhaustive(Instruction::Shl,
2019 TestNoWrapRegionExhaustive(Instruction::Shl,