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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionExpander.h 167 /// InsertBinop - Insert the specified binary operator, doing a small amount
169 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 291 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 313 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolutionExpander.h 313 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolutionExpander.h 313 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolutionExpander.h 313 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolutionExpander.h 313 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolutionExpander.h 313 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolutionExpander.h 313 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 313 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolutionExpander.h 313 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolutionExpander.h 313 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolutionExpander.h 313 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolutionExpander.h 313 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolutionExpander.h 313 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolutionExpander.h 313 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionExpander.cpp 124 /// InsertBinop - Insert the specified binary operator, doing a small amount
126 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode,
751 Sum = InsertBinop(Instruction::Sub, Sum, W);
759 Sum = InsertBinop(Instruction::Add, Sum, W);
793 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod);
801 Prod = InsertBinop(Instruction::Mul, Prod, W);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 169 /// InsertBinop - Insert the specified binary operator, doing a small amount
171 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode,
720 Sum = InsertBinop(Instruction::Sub, Sum, W);
728 Sum = InsertBinop(Instruction::Add, Sum, W);
760 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod);
771 Prod = InsertBinop(Instruction::Shl, Prod,
774 Prod = InsertBinop(Instruction::Mul, Prod, W);
789 return InsertBinop(Instruction::LShr, LHS,
794 return InsertBinop(Instruction::UDiv, LHS, RHS);
    [all...]

Completed in 928 milliseconds