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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
InstructionSimplify.h 124 /// SimplifyGEPInst - Given operands for an GetElementPtrInst, see if we can
126 Value *SimplifyGEPInst(ArrayRef<Value *> Ops,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
InstructionSimplify.h 157 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
InstructionSimplify.h 157 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
InstructionSimplify.h 157 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
InstructionSimplify.h 157 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
InstructionSimplify.h 157 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
InstructionSimplify.h 157 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
InstructionSimplify.h 157 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
InstructionSimplify.h 157 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
InstructionSimplify.h 157 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
InstructionSimplify.h 157 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
InstructionSimplify.h 157 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
InstructionSimplify.h 157 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 230 /// SimplifyGEPInst - Given operands for an GetElementPtrInst, see if we can
232 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 232 if (Value *V = SimplifyGEPInst(GEP->getSourceElementType(),
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PHITransAddr.cpp 231 if (Value *V = SimplifyGEPInst(GEPOps, TD, DT)) {
InstructionSimplify.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 211 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 211 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp 802 if (Value *V = SimplifyGEPInst(Ops, TD))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 632 milliseconds