Searched refs:BitWidthMinusOne (Results 1 – 3 of 3) sorted by relevance
2307 Constant *BitWidthMinusOne = ConstantInt::get(ShiftType, TypeBits - 1); in foldICmpShlLHSC() local2311 return new ICmpInst(ICmpInst::ICMP_NE, Y, BitWidthMinusOne); in foldICmpShlLHSC()2318 return new ICmpInst(ICmpInst::ICMP_EQ, Y, BitWidthMinusOne); in foldICmpShlLHSC()
18530 SDValue BitWidthMinusOne = in foldSelectOfCTTZOrCTLZ() local18534 CountZeroes, BitWidthMinusOne); in foldSelectOfCTTZOrCTLZ()
24896 SDValue BitWidthMinusOne = in foldCSELofCTTZ() local24899 BitWidthMinusOne); in foldCSELofCTTZ()