search for: staightforward

Displaying 1 result from an estimated 1 matches for "staightforward".

Did you mean: straightforward
2004 Oct 12
1
[LLVMdev] Re: Hide visible string in variable (Chris Lattner)
...} From either a or b, I could get each element of Global Variable. Supposedly, I will use my arithmetic like XOR etc to encode/hide the string. But I cannot use XOR, I mean I tried (*I)^0x33, it doesn't work. I tried op_xor, but I don't know how to use it. For C level, it is really staightforward. But here, I don't know how to do it. It should be easy way to do it. But I spent several hours on it. For simplifing prolem, I also tried to do the way like a[i]=a[i]+1; but I failed. Shy. > 2. Construct a new ConstantArray with all of the elements of the original > string,...