Searched refs:LessIntBits (Results 1 – 1 of 1) sorted by relevance
86 bool LessIntBits = DstSema.getIntegralBits() < SrcSema.getIntegralBits(); in Convert() local87 if (LessIntBits) { in Convert()97 if (SrcIsSigned && (LessIntBits || !DstIsSigned)) { in Convert()