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

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
NaryReassociate.h 119 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
123 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
NaryReassociate.h 119 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
123 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Scalar/
NaryReassociate.h 119 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
123 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
NaryReassociate.h 119 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
123 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Scalar/
NaryReassociate.h 119 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
123 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Scalar/
NaryReassociate.h 119 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
123 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Scalar/
NaryReassociate.h 130 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
135 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Scalar/
NaryReassociate.h 130 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
135 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Scalar/
NaryReassociate.h 130 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
135 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Scalar/
NaryReassociate.h 130 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
135 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Scalar/
NaryReassociate.h 130 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
135 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Scalar/
NaryReassociate.h 130 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
135 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Scalar/
NaryReassociate.h 130 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
135 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/
NaryReassociate.h 130 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
135 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 140 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
144 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
319 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I - 1, *GTI)) {
335 NaryReassociate::tryReassociateGEPAtIndex(GetElementPtrInst *GEP, unsigned I,
357 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I, LHS, RHS, IndexedType))
362 tryReassociateGEPAtIndex(GEP, I, RHS, LHS, IndexedType))
369 GetElementPtrInst *NaryReassociate::tryReassociateGEPAtIndex(

Completed in 1240 milliseconds