/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InstrTypes.h | 321 static const Value *getNegArgument(const Value *BinOp); 322 static Value *getNegArgument( Value *BinOp);
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 520 static const Value *getNegArgument(const Value *BinOp); 521 static Value *getNegArgument( Value *BinOp);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 548 static const Value *getNegArgument(const Value *BinOp); 549 static Value *getNegArgument( Value *BinOp);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 648 Builder.CreateSub(Basis.Ins, BinaryOperator::getNegArgument(Bump)); in rewriteCandidateWithBasis()
|
D | Reassociate.cpp | 1469 X = BinaryOperator::getNegArgument(TheOp); in OptimizeAdd()
|
/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 614 Builder.CreateSub(Basis.Ins, BinaryOperator::getNegArgument(Bump)); in rewriteCandidateWithBasis()
|
D | Reassociate.cpp | 1446 X = BinaryOperator::getNegArgument(TheOp); in OptimizeAdd()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 761 Value *X = BinaryOperator::getNegArgument(TheOp); in OptimizeAdd()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 1929 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/ |
D | Instructions.cpp | 2105 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/ |
D | Instructions.cpp | 2260 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/ |
D | InstructionCombining.cpp | 487 return BinaryOperator::getNegArgument(V); in dyn_castNegVal()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 665 return BinaryOperator::getNegArgument(V); in dyn_castNegVal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 751 return BinaryOperator::getNegArgument(V); in dyn_castNegVal()
|
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/ |
D | CBackend.cpp | 2526 writeOperand(BinaryOperator::getNegArgument(cast<BinaryOperator>(&I))); in visitBinaryOperator()
|