Searched refs:BitWidthMinusOne (Results 1 – 2 of 2) sorted by relevance
2092 Constant *BitWidthMinusOne = ConstantInt::get(ShiftType, TypeBits - 1); in foldICmpShlOne() local2096 return new ICmpInst(ICmpInst::ICMP_EQ, Y, BitWidthMinusOne); in foldICmpShlOne()2100 return new ICmpInst(ICmpInst::ICMP_NE, Y, BitWidthMinusOne); in foldICmpShlOne()2105 return new ICmpInst(ICmpInst::ICMP_EQ, Y, BitWidthMinusOne); in foldICmpShlOne()2110 return new ICmpInst(ICmpInst::ICMP_NE, Y, BitWidthMinusOne); in foldICmpShlOne()
18283 SDValue BitWidthMinusOne = in foldCSELofCTTZ() local18286 BitWidthMinusOne); in foldCSELofCTTZ()