Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h321 static const Value *getNegArgument(const Value *BinOp);
322 static Value *getNegArgument( Value *BinOp);
/external/llvm/include/llvm/IR/
DInstrTypes.h520 static const Value *getNegArgument(const Value *BinOp);
521 static Value *getNegArgument( Value *BinOp);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstrTypes.h548 static const Value *getNegArgument(const Value *BinOp);
549 static Value *getNegArgument( Value *BinOp);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp648 Builder.CreateSub(Basis.Ins, BinaryOperator::getNegArgument(Bump)); in rewriteCandidateWithBasis()
DReassociate.cpp1469 X = BinaryOperator::getNegArgument(TheOp); in OptimizeAdd()
/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp614 Builder.CreateSub(Basis.Ins, BinaryOperator::getNegArgument(Bump)); in rewriteCandidateWithBasis()
DReassociate.cpp1446 X = BinaryOperator::getNegArgument(TheOp); in OptimizeAdd()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DReassociate.cpp761 Value *X = BinaryOperator::getNegArgument(TheOp); in OptimizeAdd()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp1929 Value *BinaryOperator::getNegArgument(Value *BinOp) { in getNegArgument() function in BinaryOperator
1933 const Value *BinaryOperator::getNegArgument(const Value *BinOp) { in getNegArgument() function in BinaryOperator
1934 return getNegArgument(const_cast<Value*>(BinOp)); in getNegArgument()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2105 Value *BinaryOperator::getNegArgument(Value *BinOp) { in getNegArgument() function in BinaryOperator
2109 const Value *BinaryOperator::getNegArgument(const Value *BinOp) { in getNegArgument() function in BinaryOperator
2110 return getNegArgument(const_cast<Value*>(BinOp)); in getNegArgument()
/external/llvm/lib/IR/
DInstructions.cpp2260 Value *BinaryOperator::getNegArgument(Value *BinOp) { in getNegArgument() function in BinaryOperator
2264 const Value *BinaryOperator::getNegArgument(const Value *BinOp) { in getNegArgument() function in BinaryOperator
2265 return getNegArgument(const_cast<Value*>(BinOp)); in getNegArgument()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp487 return BinaryOperator::getNegArgument(V); in dyn_castNegVal()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp665 return BinaryOperator::getNegArgument(V); in dyn_castNegVal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp751 return BinaryOperator::getNegArgument(V); in dyn_castNegVal()
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp2526 writeOperand(BinaryOperator::getNegArgument(cast<BinaryOperator>(&I))); in visitBinaryOperator()