Searched refs:AsInt (Results 1 – 3 of 3) sorted by relevance
47 int AsInt() { in AsInt() function in Foo
2645 APInt AsInt = Value.bitcastToAPInt(); in parseDirectiveRealValue() local2646 getStreamer().EmitIntValue(AsInt.getLimitedValue(), in parseDirectiveRealValue()2647 AsInt.getBitWidth() / 8); in parseDirectiveRealValue()
7832 APSInt AsInt = Info.Ctx.MakeIntValue(LV.getLValueOffset().getQuantity(), in VisitCastExpr() local7834 return Success(HandleIntToIntCast(Info, E, DestType, SrcType, AsInt), E); in VisitCastExpr()