search for: symb2

Displaying 2 results from an estimated 2 matches for "symb2".

Did you mean: smb2
2008 Aug 14
1
[LLVMdev] Proposed modification of AsmPrinter::EmitConstantValueOnly()
I have a problem (bug 2672) in which I have a static initializer that contains a GEP. The GEP itself has arguments that do casts and another GEP. This fails in EmitConstantValueOnly() because the GEP arguments are not recognized as constant (link time) expressions. It looks to me that a proper solution could be to make EmitConstantValueOnly() return its constant value and call it for each
2007 Feb 26
3
PLotting R graphics/symbols without user x-y scaling
Is it possible to add lines or other user defined graphics to a plot in R that does not depend on the user scale for the plot? For example I have a plot plot(x,y) and I want to add some graphic that is scaled in inches or cm but I do not want the graphic to change when the x-y scales are changed - like a thermometer, scale bar or other symbol - How does one do this? I want to build my own