HomeSort by relevance Sort by last modified time
    Searched defs:CreateAShr (Results 1 - 25 of 41) sorted by null

1 2

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 96 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
  /external/llvm/include/llvm/IR/
ConstantFolder.h 83 Constant *CreateAShr(Constant *LHS, Constant *RHS,
NoFolder.h 131 Instruction *CreateAShr(Constant *LHS, Constant *RHS,
134 return BinaryOperator::CreateAShr(LHS, RHS);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ConstantFolder.h 83 Constant *CreateAShr(Constant *LHS, Constant *RHS,
NoFolder.h 131 Instruction *CreateAShr(Constant *LHS, Constant *RHS,
134 return BinaryOperator::CreateAShr(LHS, RHS);
TargetFolder.h 96 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 95 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 99 Constant *CreateAShr(Constant *LHS, Constant *RHS,
NoFolder.h 155 Instruction *CreateAShr(Constant *LHS, Constant *RHS,
158 return BinaryOperator::CreateAShr(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 95 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 99 Constant *CreateAShr(Constant *LHS, Constant *RHS,
NoFolder.h 155 Instruction *CreateAShr(Constant *LHS, Constant *RHS,
158 return BinaryOperator::CreateAShr(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 95 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 99 Constant *CreateAShr(Constant *LHS, Constant *RHS,
NoFolder.h 155 Instruction *CreateAShr(Constant *LHS, Constant *RHS,
158 return BinaryOperator::CreateAShr(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 95 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 99 Constant *CreateAShr(Constant *LHS, Constant *RHS,
NoFolder.h 155 Instruction *CreateAShr(Constant *LHS, Constant *RHS,
158 return BinaryOperator::CreateAShr(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 95 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 99 Constant *CreateAShr(Constant *LHS, Constant *RHS,
NoFolder.h 155 Instruction *CreateAShr(Constant *LHS, Constant *RHS,
158 return BinaryOperator::CreateAShr(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 95 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 99 Constant *CreateAShr(Constant *LHS, Constant *RHS,
NoFolder.h 155 Instruction *CreateAShr(Constant *LHS, Constant *RHS,
158 return BinaryOperator::CreateAShr(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 95 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{

Completed in 914 milliseconds

1 2