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

  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 192 !BinaryOperator::isFNeg(I))
561 (Opcode == Instruction::FMul && BinaryOperator::isFNeg(BO))) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombine.h 43 BinaryOperator::isFNeg(V) ||
InstructionCombining.cpp 505 if (BinaryOperator::isFNeg(V))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 54 if (BinaryOperator::isNeg(V) || BinaryOperator::isFNeg(V) ||
InstCombineMulDivRem.cpp 667 if (BinaryOperator::isFNeg(Opnd0, IgnoreZeroSign)) {
    [all...]
InstCombineCasts.cpp     [all...]
InstructionCombining.cpp 681 if (BinaryOperator::isFNeg(V, IgnoreZeroSign))
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 310 /// isNeg, isFNeg, isNot - Check if the given Value is a
314 static bool isFNeg(const Value *V);
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 514 static bool isFNeg(const Value *V, bool IgnoreZeroSign=false);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 528 static bool isFNeg(const Value *V, bool IgnoreZeroSign=false);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 528 static bool isFNeg(const Value *V, bool IgnoreZeroSign=false);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 528 static bool isFNeg(const Value *V, bool IgnoreZeroSign=false);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 528 static bool isFNeg(const Value *V, bool IgnoreZeroSign=false);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 528 static bool isFNeg(const Value *V, bool IgnoreZeroSign=false);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 528 static bool isFNeg(const Value *V, bool IgnoreZeroSign=false);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 528 static bool isFNeg(const Value *V, bool IgnoreZeroSign=false);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 528 static bool isFNeg(const Value *V, bool IgnoreZeroSign=false);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 890 if (BinaryOperator::isFNeg(I))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 2674 milliseconds