search for: sbtype

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

Did you mean: subtype
2004 Oct 12
1
[LLVMdev] Re: Hide visible string in variable (Chris Lattner)
.... Shy. > 2. Construct a new ConstantArray with all of the elements of the original > string, but modified according to the function you want (exclusive or > is a reasonable start). As you said, how could construct a new ConstantArray? Is it like Constant *pC = new Constant(SBtype); // Constant(const Type *Ty) for ConstantArray, replaceUsesOfWithOnConstant(Value *From, Value *To, bool DisableChecking = false); this API replaceUsesOfWithOnConstant seems to be able to do what I want, but how could create/construct a new V...