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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
InstructionSimplify.h 85 /// SimplifyAShrInst - Given operands for a AShr, see if we can
87 Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact,
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 170 /// SimplifyAShrInst - Given operands for a AShr, see if we can
172 Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 158 Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 158 Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 158 Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 158 Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 158 Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 158 Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 158 Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 158 Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 786 if (Value *V = SimplifyAShrInst(I.getOperand(0), I.getOperand(1), I.isExact(),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineShifts.cpp 708 if (Value *V = SimplifyAShrInst(I.getOperand(0), I.getOperand(1),
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 938 milliseconds