Searched refs:MakeIntValue (Results 1 – 2 of 2) sorted by relevance
5759 sInt = Info.Ctx.MakeIntValue(0, EltTy); in VisitInitListExpr()5783 ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy)); in ZeroInitialization()6038 Result = APValue(Info.Ctx.MakeIntValue(Value, E->getType())); in Success()7832 APSInt AsInt = Info.Ctx.MakeIntValue(LV.getLValueOffset().getQuantity(), in VisitCastExpr()8170 APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy); in ZeroInitialization()
2282 llvm::APSInt MakeIntValue(uint64_t Value, QualType Type) const { in MakeIntValue() function