Displaying 1 result from an estimated 1 matches for "62f1ec98".
Did you mean:
62f1598
2016 Dec 15
0
How to get the value for casting in a bitcast instruction more efficiently?
> On Dec 15, 2016, at 12:10 PM, Shen Liu via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Hi Ryan,
>
> Thanks for your reply! Yes i can use llvm::Use.get() API to do this, i just want to know whether there's a better way(e.g. an existed API like getValue()) to make my code look more professional.
CastInst->getOperand(0) ?
—
Mehdi
>
> On Thu, Dec