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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DReassociate.cpp397 // NegateValue - Insert instructions before the instruction pointed to by BI,
402 static Value *NegateValue(Value *V, Instruction *BI) { function
418 I->setOperand(0, NegateValue(I->getOperand(0), BI));
419 I->setOperand(1, NegateValue(I->getOperand(1), BI));
502 Value *NegVal = NegateValue(Sub->getOperand(1), Sub);
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp786 static Value *NegateValue(Value *V, Instruction *BI, function
808 I->setOperand(0, NegateValue(I->getOperand(0), BI, ToRedo));
809 I->setOperand(1, NegateValue(I->getOperand(1), BI, ToRedo));
913 Value *NegVal = NegateValue(Sub->getOperand(1), Sub, ToRedo);

Completed in 189 milliseconds