Searched refs:LessIntBits (Results 1 – 1 of 1) sorted by relevance
1476 bool LessIntBits = DstFPSema.getIntegralBits() < SrcFPSema.getIntegralBits(); in EmitFixedPointConversion() local1477 if (LessIntBits) { in EmitFixedPointConversion()1487 if (SrcIsSigned && (LessIntBits || !DstIsSigned)) { in EmitFixedPointConversion()