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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp832 /// NegateValue - Insert instructions before the instruction pointed to by BI,
836 static Value *NegateValue(Value *V, Instruction *BI) { function
851 I->setOperand(0, NegateValue(I->getOperand(0), BI));
852 I->setOperand(1, NegateValue(I->getOperand(1), BI));
934 Value *NegVal = NegateValue(Sub->getOperand(1), Sub);

Completed in 162 milliseconds