Searched refs:getNegArgument (Results 1 – 5 of 5) sorted by relevance
312 static const Value *getNegArgument(const Value *BinOp);313 static Value *getNegArgument( Value *BinOp);
604 Builder.CreateSub(Basis.Ins, BinaryOperator::getNegArgument(Bump)); in rewriteCandidateWithBasis()
1551 X = BinaryOperator::getNegArgument(TheOp); in OptimizeAdd()
1860 Value *BinaryOperator::getNegArgument(Value *BinOp) { in getNegArgument() function in BinaryOperator1864 const Value *BinaryOperator::getNegArgument(const Value *BinOp) { in getNegArgument() function in BinaryOperator1865 return getNegArgument(const_cast<Value*>(BinOp)); in getNegArgument()
621 return BinaryOperator::getNegArgument(V); in dyn_castNegVal()