Home | History | Annotate | Download | only in MCParser

Lines Matching refs:AsInt

2503       APInt AsInt = Value.bitcastToAPInt();
2504 getStreamer().EmitIntValue(AsInt.getLimitedValue(),
2505 AsInt.getBitWidth() / 8);