Home | History | Annotate | Download | only in AST

Lines Matching refs:MakeIntValue

5420         sInt = Info.Ctx.MakeIntValue(0, EltTy);
5444 ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy));
5696 Result = APValue(Info.Ctx.MakeIntValue(Value, E->getType()));
7234 APSInt AsInt = Info.Ctx.MakeIntValue(LV.getLValueOffset().getQuantity(),
7559 APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy);