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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
InstructionSimplify.h 80 /// SimplifyLShrInst - Given operands for a LShr, see if we can
82 Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 161 /// SimplifyLShrInst - Given operands for a LShr, see if we can
163 Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 150 Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 150 Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 150 Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 150 Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 150 Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 150 Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 150 Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 150 Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 742 if (Value *V = SimplifyLShrInst(I.getOperand(0), I.getOperand(1), I.isExact(),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineShifts.cpp 668 if (Value *V = SimplifyLShrInst(I.getOperand(0), I.getOperand(1),
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 282 milliseconds