Searched refs:SignificantBitsToBeInserted (Results 1 – 1 of 1) sorted by relevance
1624 APInt SignificantBitsToBeInserted = BitsToBeInserted.zextOrTrunc(BitWidth); in isBitfieldDstMask() local1626 return (SignificantDstMask & SignificantBitsToBeInserted) == 0 && in isBitfieldDstMask()1627 (SignificantDstMask | SignificantBitsToBeInserted).isAllOnesValue(); in isBitfieldDstMask()