Home | History | Annotate | Download | only in MCParser

Lines Matching refs:AsInt

1878       APInt AsInt = Value.bitcastToAPInt();
1879 getStreamer().EmitIntValue(AsInt.getLimitedValue(),
1880 AsInt.getBitWidth() / 8, DEFAULT_ADDRSPACE);