Home
last modified time | relevance | path

Searched refs:getNegArgument (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
DInstrTypes.h312 static const Value *getNegArgument(const Value *BinOp);
313 static Value *getNegArgument( Value *BinOp);
/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp604 Builder.CreateSub(Basis.Ins, BinaryOperator::getNegArgument(Bump)); in rewriteCandidateWithBasis()
DReassociate.cpp1551 X = BinaryOperator::getNegArgument(TheOp); in OptimizeAdd()
/external/llvm/lib/IR/
DInstructions.cpp1860 Value *BinaryOperator::getNegArgument(Value *BinOp) { in getNegArgument() function in BinaryOperator
1864 const Value *BinaryOperator::getNegArgument(const Value *BinOp) { in getNegArgument() function in BinaryOperator
1865 return getNegArgument(const_cast<Value*>(BinOp)); in getNegArgument()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp621 return BinaryOperator::getNegArgument(V); in dyn_castNegVal()