reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3518 Ty = Context.ShortAccumTy; 3520 Ty = Context.LongAccumTy; 3522 Ty = Context.AccumTy; 3526 Ty = Context.ShortFractTy; 3528 Ty = Context.LongFractTy; 3530 Ty = Context.FractTy; 3534 if (Literal.isUnsigned) Ty = Context.getCorrespondingUnsignedType(Ty); 3534 if (Literal.isUnsigned) Ty = Context.getCorrespondingUnsignedType(Ty); 3537 unsigned scale = Context.getFixedPointScale(Ty); 3538 unsigned bit_width = Context.getTypeInfo(Ty).Width; 3544 auto MaxVal = Context.getFixedPointMax(Ty).getValue(); 3554 Res = FixedPointLiteral::CreateFromRawInt(Context, Val, Ty,