Searched refs:NegateValue (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DReassociate.cpp796 /// NegateValue - Insert instructions before the instruction pointed to by BI,
800 static Value *NegateValue(Value *V, Instruction *BI) { function
815 I->setOperand(0, NegateValue(I->getOperand(0), BI));
816 I->setOperand(1, NegateValue(I->getOperand(1), BI));
898 Value *NegVal = NegateValue(Sub->getOperand(1), Sub);

Completed in 132 milliseconds