search for: classllvm_1_1icmpinst

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

2013 Jan 10
1
[LLVMdev] LLVM Instruction to ICmpInst conversion
...ray[j]) ) {...} ... } having the array elements of type Instruction* : http://llvm.org/doxygen/classllvm_1_1Instruction.html The called method is bool ifChecker::operEquiv(Instruction *I1, Instruction *I2) { ... } BUT I want to use the methods from class ICmpInst : clasa http://llvm.org/doxygen/classllvm_1_1ICmpInst.html inside operEquiv. I cannot do something like ICmpInst** II1 = dyn_cast<ICmpInst*>(I1); (a kind of instanceOf() from Java), having casting compilation problems. The ICmpInst class is defined at line 913 from http://llvm.org/doxygen/Instructions_8h_source.html The inheritance diagram i...
2010 Jun 28
2
[LLVMdev] help
%0 = icmp eq i32 %y, 0 In the above instruction how can i know that the comparison is equality comparison?? --Rajwinder Singh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100628/8d8e5cb1/attachment.html>