Searched refs:SignificantBitsToBeInserted (Results 1 – 2 of 2) sorted by relevance
1828 APInt SignificantBitsToBeInserted = BitsToBeInserted.zextOrTrunc(BitWidth); in isBitfieldDstMask() local1830 return (SignificantDstMask & SignificantBitsToBeInserted) == 0 && in isBitfieldDstMask()1831 (SignificantDstMask | SignificantBitsToBeInserted).isAllOnesValue(); in isBitfieldDstMask()
1758 APInt SignificantBitsToBeInserted = BitsToBeInserted.zextOrTrunc(BitWidth); in isBitfieldDstMask() local1760 return (SignificantDstMask & SignificantBitsToBeInserted) == 0 && in isBitfieldDstMask()1761 (SignificantDstMask | SignificantBitsToBeInserted).isAllOnesValue(); in isBitfieldDstMask()