Displaying 1 result from an estimated 1 matches for "acf242c32d995c5276931f545aa2bdd9c".
2011 Nov 03
1
[LLVMdev] Why there is no unary operator in LLVM?
...n
<http://llvm.org/doxygen/classllvm_1_1ConstantFP.html#ab4d218c572245abd0b1c895d603cba36>(Op->getType
<http://llvm.org/doxygen/classllvm_1_1Value.html#a0cf3748dba54f931bb1241ae4adc76bc>());01826
return new BinaryOperator
<http://llvm.org/doxygen/classllvm_1_1BinaryOperator.html#acf242c32d995c5276931f545aa2bdd9c>(Instruction::Sub,01827
zero, Op,01828
Op->getType <http://llvm.org/doxygen/classllvm_1_1Value.html#a0cf3748dba54f931bb1241ae4adc76bc>(),
Name <http://llvm.org/doxygen/classllvm_1_1BinaryOperator.html#a274586caf47dcc28ed878ad21af28152>,
InsertAtEnd);...