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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
InstructionSimplify.h 60 /// SimplifySRemInst - Given operands for an SRem, see if we can
62 Value *SimplifySRemInst(Value *LHS, Value *RHS, const TargetData *TD = 0,
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 127 /// SimplifySRemInst - Given operands for an SRem, see if we can
129 Value *SimplifySRemInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 120 Value *SimplifySRemInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 120 Value *SimplifySRemInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 120 Value *SimplifySRemInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 120 Value *SimplifySRemInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 120 Value *SimplifySRemInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 120 Value *SimplifySRemInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 120 Value *SimplifySRemInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 120 Value *SimplifySRemInst(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 659 if (Value *V = SimplifySRemInst(Op0, Op1, TD))
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]

Completed in 903 milliseconds