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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
InstructionSimplify.h 35 /// SimplifySubInst - Given operands for a Sub, see if we can
37 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 58 /// SimplifySubInst - Given operands for a Sub, see if we can
60 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 59 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 59 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 59 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 59 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 59 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 59 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 59 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 59 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp 609 /// SimplifySubInst - Given operands for a Sub, see if we can
611 static Value *SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
725 Value *llvm::SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
727 return ::SimplifySubInst(Op0, Op1, isNSW, isNUW, TD, DT, RecursionLimit);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 532 if (Value *V = SimplifySubInst(Op0, Op1, I.hasNoSignedWrap(),
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 663 static Value *SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
777 Value *llvm::SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
781 return ::SimplifySubInst(Op0, Op1, isNSW, isNUW, Query(DL, TLI, DT, AC, CxtI),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]

Completed in 680 milliseconds