Searched refs:BitWidthMinusOne (Results 1 – 2 of 2) sorted by relevance
2048 Constant *BitWidthMinusOne = ConstantInt::get(ShiftType, TypeBits - 1); in foldICmpShlOne() local2052 return new ICmpInst(ICmpInst::ICMP_NE, Y, BitWidthMinusOne); in foldICmpShlOne()2059 return new ICmpInst(ICmpInst::ICMP_EQ, Y, BitWidthMinusOne); in foldICmpShlOne()
20104 SDValue BitWidthMinusOne = in foldCSELofCTTZ() local20107 BitWidthMinusOne); in foldCSELofCTTZ()