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