Hi Rodney, On 27 January 2015 at 09:36, Rodney M. Bates <rodney_bates at lcwb.coop> wrote: > As a newcomer to llvm, I have been able to guess the meanings of many > acronyms. "RAUW" is not one of them. Could somebody help me out? That's Value::replaceAllUsesWith, a key function when modifying LLVM IR. Tim.