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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
InstructionSimplify.h 45 /// SimplifySDivInst - Given operands for an SDiv, see if we can
47 Value *SimplifySDivInst(Value *LHS, Value *RHS, const TargetData *TD = 0,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
InstructionSimplify.h 104 Value *SimplifySDivInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
InstructionSimplify.h 104 Value *SimplifySDivInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
InstructionSimplify.h 104 Value *SimplifySDivInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
InstructionSimplify.h 104 Value *SimplifySDivInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
InstructionSimplify.h 104 Value *SimplifySDivInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
InstructionSimplify.h 104 Value *SimplifySDivInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
InstructionSimplify.h 104 Value *SimplifySDivInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
InstructionSimplify.h 104 Value *SimplifySDivInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
InstructionSimplify.h 104 Value *SimplifySDivInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
InstructionSimplify.h 104 Value *SimplifySDivInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
InstructionSimplify.h 104 Value *SimplifySDivInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
InstructionSimplify.h 104 Value *SimplifySDivInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 102 /// SimplifySDivInst - Given operands for an SDiv, see if we can
104 Value *SimplifySDivInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 98 Value *SimplifySDivInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 98 Value *SimplifySDivInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 506 if (Value *V = SimplifySDivInst(Op0, Op1, TD))
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]

Completed in 2062 milliseconds