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

1 2

  /external/llvm/include/llvm/Transforms/Utils/
Local.h 190 GEPOperator *GEPOp = cast<GEPOperator>(GEP);
196 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
Local.h 203 GEPOperator *GEPOp = cast<GEPOperator>(GEP);
209 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
Local.h 203 GEPOperator *GEPOp = cast<GEPOperator>(GEP);
209 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
Local.h 203 GEPOperator *GEPOp = cast<GEPOperator>(GEP);
209 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
Local.h 203 GEPOperator *GEPOp = cast<GEPOperator>(GEP);
209 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 203 GEPOperator *GEPOp = cast<GEPOperator>(GEP);
209 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 203 GEPOperator *GEPOp = cast<GEPOperator>(GEP);
209 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions;
  /external/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 98 auto *GEPOp = cast<GEPOperator>(GEP);
100 GEPOp->getSourceElementType(),
101 cast<PointerType>(GEPOp->getPointerOperandType()->getScalarType())
109 auto &GEPOp = cast<GEPOperator>(GEP);
111 GEPOp.getSourceElementType(),
112 cast<PointerType>(GEPOp.getPointerOperandType()->getScalarType())
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 221 Value *GEPOp = PHITranslateSubExpr(GEP->getOperand(i), CurBB, PredBB, DT);
222 if (!GEPOp) return nullptr;
224 AnyChanged |= GEPOp != GEP->getOperand(i);
225 GEPOps.push_back(GEPOp);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PHITransAddr.cpp 220 Value *GEPOp = PHITranslateSubExpr(GEP->getOperand(i), CurBB, PredBB, DT);
221 if (GEPOp == 0) return 0;
223 AnyChanged |= GEPOp != GEP->getOperand(i);
224 GEPOps.push_back(GEPOp);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 127 auto *GEPOp = cast<GEPOperator>(GEP);
129 GEPOp->getSourceElementType(),
138 auto &GEPOp = cast<GEPOperator>(GEP);
140 GEPOp.getSourceElementType(),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
GetElementPtrTypeIterator.h 129 auto *GEPOp = cast<GEPOperator>(GEP);
131 GEPOp->getSourceElementType(),
140 auto &GEPOp = cast<GEPOperator>(GEP);
142 GEPOp.getSourceElementType(),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
GetElementPtrTypeIterator.h 129 auto *GEPOp = cast<GEPOperator>(GEP);
131 GEPOp->getSourceElementType(),
140 auto &GEPOp = cast<GEPOperator>(GEP);
142 GEPOp.getSourceElementType(),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
GetElementPtrTypeIterator.h 129 auto *GEPOp = cast<GEPOperator>(GEP);
131 GEPOp->getSourceElementType(),
140 auto &GEPOp = cast<GEPOperator>(GEP);
142 GEPOp.getSourceElementType(),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
Local.h 224 GEPOperator *GEPOp = cast<GEPOperator>(GEP);
230 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
GetElementPtrTypeIterator.h 129 auto *GEPOp = cast<GEPOperator>(GEP);
131 GEPOp->getSourceElementType(),
140 auto &GEPOp = cast<GEPOperator>(GEP);
142 GEPOp.getSourceElementType(),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
Local.h 224 GEPOperator *GEPOp = cast<GEPOperator>(GEP);
230 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
GetElementPtrTypeIterator.h 129 auto *GEPOp = cast<GEPOperator>(GEP);
131 GEPOp->getSourceElementType(),
140 auto &GEPOp = cast<GEPOperator>(GEP);
142 GEPOp.getSourceElementType(),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
Local.h 224 GEPOperator *GEPOp = cast<GEPOperator>(GEP);
230 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
GetElementPtrTypeIterator.h 129 auto *GEPOp = cast<GEPOperator>(GEP);
131 GEPOp->getSourceElementType(),
140 auto &GEPOp = cast<GEPOperator>(GEP);
142 GEPOp.getSourceElementType(),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
Local.h 224 GEPOperator *GEPOp = cast<GEPOperator>(GEP);
230 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 127 auto *GEPOp = cast<GEPOperator>(GEP);
129 GEPOp->getSourceElementType(),
138 auto &GEPOp = cast<GEPOperator>(GEP);
140 GEPOp.getSourceElementType(),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
GetElementPtrTypeIterator.h 129 auto *GEPOp = cast<GEPOperator>(GEP);
131 GEPOp->getSourceElementType(),
140 auto &GEPOp = cast<GEPOperator>(GEP);
142 GEPOp.getSourceElementType(),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
GetElementPtrTypeIterator.h 129 auto *GEPOp = cast<GEPOperator>(GEP);
131 GEPOp->getSourceElementType(),
140 auto &GEPOp = cast<GEPOperator>(GEP);
142 GEPOp.getSourceElementType(),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
GetElementPtrTypeIterator.h 129 auto *GEPOp = cast<GEPOperator>(GEP);
131 GEPOp->getSourceElementType(),
140 auto &GEPOp = cast<GEPOperator>(GEP);
142 GEPOp.getSourceElementType(),

Completed in 819 milliseconds

1 2