Searched refs:BitWidthMinusOne (Results 1 – 3 of 3) sorted by relevance
2256 Constant *BitWidthMinusOne = ConstantInt::get(ShiftType, TypeBits - 1); in foldICmpShlOne() local2260 return new ICmpInst(ICmpInst::ICMP_NE, Y, BitWidthMinusOne); in foldICmpShlOne()2267 return new ICmpInst(ICmpInst::ICMP_EQ, Y, BitWidthMinusOne); in foldICmpShlOne()
15969 SDValue BitWidthMinusOne = in foldSelectOfCTTZOrCTLZ() local15973 CountZeroes, BitWidthMinusOne); in foldSelectOfCTTZOrCTLZ()
23727 SDValue BitWidthMinusOne = in foldCSELofCTTZ() local23730 BitWidthMinusOne); in foldCSELofCTTZ()