Searched refs:FullWidth (Results 1 – 1 of 1) sorted by relevance
5678 unsigned FullWidth = C1.getBitWidth() * 2; in FoldValue() local5679 APInt C1Ext = C1.sext(FullWidth); in FoldValue()5680 APInt C2Ext = C2.sext(FullWidth); in FoldValue()5684 unsigned FullWidth = C1.getBitWidth() * 2; in FoldValue() local5685 APInt C1Ext = C1.zext(FullWidth); in FoldValue()5686 APInt C2Ext = C2.zext(FullWidth); in FoldValue()5690 unsigned FullWidth = C1.getBitWidth() + 1; in FoldValue() local5691 APInt C1Ext = C1.sext(FullWidth); in FoldValue()5692 APInt C2Ext = C2.sext(FullWidth); in FoldValue()5696 unsigned FullWidth = C1.getBitWidth() + 1; in FoldValue() local[all …]