search for: a0cf3748dba54f931bb1241ae4adc76bc

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

2011 Nov 03
1
[LLVMdev] Why there is no unary operator in LLVM?
...html> *InsertAtEnd) {01825 Value <http://llvm.org/doxygen/classllvm_1_1Value.html> *zero = ConstantFP::getZeroValueForNegation <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#a0cf3748dba54f931bb1241ae4...
2013 Mar 02
2
[LLVMdev] Question about method CodeExtractor::severSplitPHINodes
...d of PN.00247 PHINode <http://llvm.org/docs/doxygen/html/classllvm_1_1PHINode.html> *NewPN = PHINode::Create <http://llvm.org/docs/doxygen/html/classllvm_1_1PHINode.html#afb5e83bf5123ff7c51058eb0ebebcdc6>(PN->getType <http://llvm.org/docs/doxygen/html/classllvm_1_1Value.html#a0cf3748dba54f931bb1241ae4adc76bc>(), 1 + NumPredsFromRegion,00248 PN->getName <http://llvm.org/docs/doxygen/html/classllvm_1_1Value.html#ad452febc1ac0b394876e640ec03ffa38>()+".ce", NewBB->begin <http://llvm.org/docs/doxygen/html/classllvm_1_1BasicBlock.html#a0ed5f3ab3c2e4196ee0cffffa080c062>());00249...