Searched refs:KeptBits (Results 1 – 7 of 7) sorted by relevance
1164 unsigned KeptBits) const override { in shouldTransformSignedTruncationCheck() argument1176 MVT KeptBitsVT = MVT::getIntegerVT(KeptBits); in shouldTransformSignedTruncationCheck()
890 unsigned KeptBits) const override { in shouldTransformSignedTruncationCheck() argument902 MVT KeptBitsVT = MVT::getIntegerVT(KeptBits); in shouldTransformSignedTruncationCheck()
698 unsigned KeptBits) const override;
17635 EVT XVT, unsigned KeptBits) const { in shouldTransformSignedTruncationCheck() 17644 if (KeptBits == 32 || KeptBits == 64) in shouldTransformSignedTruncationCheck() 17649 ((KeptBits == 8 && XVT == MVT::i64 && !Subtarget.is64Bit()) ||17650 KeptBits == 16); in isDesirableToCommuteWithShift()
4468 const APInt KeptBits = BitWidth - MaskedBits; in foldICmpWithTruncSignExtendedVal() local4469 assert(KeptBits.ugt(0) && KeptBits.ult(BitWidth) && "unreachable"); in foldICmpWithTruncSignExtendedVal()4471 const APInt ICmpCst = APInt(XBitWidth, 1).shl(KeptBits); in foldICmpWithTruncSignExtendedVal()
4140 const unsigned KeptBits = I1.logBase2(); in optimizeSetCCOfSignedTruncationCheck() local4144 if (KeptBits != (KeptBitsMinusOne + 1)) in optimizeSetCCOfSignedTruncationCheck()4146 assert(KeptBits > 0 && KeptBits < XVT.getSizeInBits() && "unreachable"); in optimizeSetCCOfSignedTruncationCheck()4151 XVT, KeptBits)) in optimizeSetCCOfSignedTruncationCheck()4158 DAG.getValueType(EVT::getIntegerVT(*DAG.getContext(), KeptBits))); in optimizeSetCCOfSignedTruncationCheck()
827 unsigned KeptBits) const { in shouldTransformSignedTruncationCheck() argument