Searched refs:SignificantBitsToBeInserted (Results 1 – 1 of 1) sorted by relevance
2441 APInt SignificantBitsToBeInserted = BitsToBeInserted.zextOrTrunc(BitWidth); in isBitfieldDstMask() local2443 return (SignificantDstMask & SignificantBitsToBeInserted) == 0 && in isBitfieldDstMask()2444 (SignificantDstMask | SignificantBitsToBeInserted).isAllOnes(); in isBitfieldDstMask()