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

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
NaryReassociate.h 128 Instruction *tryReassociateBinaryOp(BinaryOperator *I);
130 // A helper function for tryReassociateBinaryOp. LHS and RHS are explicitly
132 Instruction *tryReassociateBinaryOp(Value *LHS, Value *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
NaryReassociate.h 128 Instruction *tryReassociateBinaryOp(BinaryOperator *I);
130 // A helper function for tryReassociateBinaryOp. LHS and RHS are explicitly
132 Instruction *tryReassociateBinaryOp(Value *LHS, Value *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Scalar/
NaryReassociate.h 128 Instruction *tryReassociateBinaryOp(BinaryOperator *I);
130 // A helper function for tryReassociateBinaryOp. LHS and RHS are explicitly
132 Instruction *tryReassociateBinaryOp(Value *LHS, Value *RHS,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
NaryReassociate.h 128 Instruction *tryReassociateBinaryOp(BinaryOperator *I);
130 // A helper function for tryReassociateBinaryOp. LHS and RHS are explicitly
132 Instruction *tryReassociateBinaryOp(Value *LHS, Value *RHS,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Scalar/
NaryReassociate.h 128 Instruction *tryReassociateBinaryOp(BinaryOperator *I);
130 // A helper function for tryReassociateBinaryOp. LHS and RHS are explicitly
132 Instruction *tryReassociateBinaryOp(Value *LHS, Value *RHS,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Scalar/
NaryReassociate.h 128 Instruction *tryReassociateBinaryOp(BinaryOperator *I);
130 // A helper function for tryReassociateBinaryOp. LHS and RHS are explicitly
132 Instruction *tryReassociateBinaryOp(Value *LHS, Value *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Scalar/
NaryReassociate.h 140 Instruction *tryReassociateBinaryOp(BinaryOperator *I);
142 // A helper function for tryReassociateBinaryOp. LHS and RHS are explicitly
144 Instruction *tryReassociateBinaryOp(Value *LHS, Value *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Scalar/
NaryReassociate.h 140 Instruction *tryReassociateBinaryOp(BinaryOperator *I);
142 // A helper function for tryReassociateBinaryOp. LHS and RHS are explicitly
144 Instruction *tryReassociateBinaryOp(Value *LHS, Value *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Scalar/
NaryReassociate.h 140 Instruction *tryReassociateBinaryOp(BinaryOperator *I);
142 // A helper function for tryReassociateBinaryOp. LHS and RHS are explicitly
144 Instruction *tryReassociateBinaryOp(Value *LHS, Value *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Scalar/
NaryReassociate.h 140 Instruction *tryReassociateBinaryOp(BinaryOperator *I);
142 // A helper function for tryReassociateBinaryOp. LHS and RHS are explicitly
144 Instruction *tryReassociateBinaryOp(Value *LHS, Value *RHS,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Scalar/
NaryReassociate.h 140 Instruction *tryReassociateBinaryOp(BinaryOperator *I);
142 // A helper function for tryReassociateBinaryOp. LHS and RHS are explicitly
144 Instruction *tryReassociateBinaryOp(Value *LHS, Value *RHS,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Scalar/
NaryReassociate.h 140 Instruction *tryReassociateBinaryOp(BinaryOperator *I);
142 // A helper function for tryReassociateBinaryOp. LHS and RHS are explicitly
144 Instruction *tryReassociateBinaryOp(Value *LHS, Value *RHS,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Scalar/
NaryReassociate.h 140 Instruction *tryReassociateBinaryOp(BinaryOperator *I);
142 // A helper function for tryReassociateBinaryOp. LHS and RHS are explicitly
144 Instruction *tryReassociateBinaryOp(Value *LHS, Value *RHS,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/
NaryReassociate.h 140 Instruction *tryReassociateBinaryOp(BinaryOperator *I);
142 // A helper function for tryReassociateBinaryOp. LHS and RHS are explicitly
144 Instruction *tryReassociateBinaryOp(Value *LHS, Value *RHS,
  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 149 Instruction *tryReassociateBinaryOp(BinaryOperator *I);
151 // A helper function for tryReassociateBinaryOp. LHS and RHS are explicitly
153 Instruction *tryReassociateBinaryOp(Value *LHS, Value *RHS,
294 return tryReassociateBinaryOp(cast<BinaryOperator>(I));
440 Instruction *NaryReassociate::tryReassociateBinaryOp(BinaryOperator *I) {
442 if (auto *NewI = tryReassociateBinaryOp(LHS, RHS, I))
444 if (auto *NewI = tryReassociateBinaryOp(RHS, LHS, I))
449 Instruction *NaryReassociate::tryReassociateBinaryOp(Value *LHS, Value *RHS,

Completed in 336 milliseconds