Searched refs:BitWidthMinusOne (Results 1 – 1 of 1) sorted by relevance
1871 Constant *BitWidthMinusOne = ConstantInt::get(ShiftType, TypeBits - 1); in foldICmpShlOne() local1875 return new ICmpInst(ICmpInst::ICMP_EQ, Y, BitWidthMinusOne); in foldICmpShlOne()1879 return new ICmpInst(ICmpInst::ICMP_NE, Y, BitWidthMinusOne); in foldICmpShlOne()1884 return new ICmpInst(ICmpInst::ICMP_EQ, Y, BitWidthMinusOne); in foldICmpShlOne()1889 return new ICmpInst(ICmpInst::ICMP_NE, Y, BitWidthMinusOne); in foldICmpShlOne()