HomeSort by relevance Sort by last modified time
    Searched refs:getNegArgument (Results 1 - 18 of 18) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 317 /// getNegArgument, getNotArgument - Helper functions to extract the
321 static const Value *getNegArgument(const Value *BinOp);
322 static Value *getNegArgument( Value *BinOp);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 614 Builder.CreateSub(Basis.Ins, BinaryOperator::getNegArgument(Bump));
Reassociate.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 520 static const Value *getNegArgument(const Value *BinOp);
521 static Value *getNegArgument( Value *BinOp);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 534 static const Value *getNegArgument(const Value *BinOp);
535 static Value *getNegArgument( Value *BinOp);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 534 static const Value *getNegArgument(const Value *BinOp);
535 static Value *getNegArgument( Value *BinOp);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 534 static const Value *getNegArgument(const Value *BinOp);
535 static Value *getNegArgument( Value *BinOp);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 534 static const Value *getNegArgument(const Value *BinOp);
535 static Value *getNegArgument( Value *BinOp);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 534 static const Value *getNegArgument(const Value *BinOp);
535 static Value *getNegArgument( Value *BinOp);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 534 static const Value *getNegArgument(const Value *BinOp);
535 static Value *getNegArgument( Value *BinOp);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 534 static const Value *getNegArgument(const Value *BinOp);
535 static Value *getNegArgument( Value *BinOp);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 534 static const Value *getNegArgument(const Value *BinOp);
535 static Value *getNegArgument( Value *BinOp);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
Reassociate.cpp 761 Value *X = BinaryOperator::getNegArgument(TheOp);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp 487 return BinaryOperator::getNegArgument(V);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 665 return BinaryOperator::getNegArgument(V);
    [all...]

Completed in 3116 milliseconds