search for: getloperand

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

Did you mean: getiperand
2016 Nov 28
2
LLVM Pass for Instructions in Function (error
...vm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi Sandeep, > > Thanks. > > One question about: > > Value* AddrPointer = Inst->getIperand(0); > > So this works for LVALUE(S) i.e. in my case pointer on LHS of '='. I cannot find anything online about getloperand online. > > For reference this is the instruction: > > %ptrA = getelementptr float, float addrspace(1)* %A, i32 %id > > I thought if I just get the return value of the instruction then I can get %ptrA. %ptrA is not the return value of the instruction, it *is* the instruction...
2016 Nov 28
2
LLVM Pass for Instructions in Function (error
Hi, Sent via the Samsung Galaxy NoteĀ® 3, an AT&T 4G LTE smartphone -------- Original message -------- From: Gurunath Kadam via llvm-dev <llvm-dev at lists.llvm.org> Date: 11/27/2016 7:49 PM (GMT-06:00) To: llvm-dev at lists.llvm.org Subject: [llvm-dev] LLVM Pass for Instructions in Function (error Hi, Please find the embedded code. Also you may follow