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

1 2

  /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())
  /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-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-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-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/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(),
  /prebuilts/clang/host/linux-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/linux-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/linux-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(),
  /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/
BasicAliasAnalysis.cpp 285 const GEPOperator *GEPOp = dyn_cast<GEPOperator>(Op);
286 if (GEPOp == 0) {
301 if (!cast<PointerType>(GEPOp->getOperand(0)->getType())
309 if (!GEPOp->hasAllZeroIndices())
311 V = GEPOp->getOperand(0);
316 gep_type_iterator GTI = gep_type_begin(GEPOp);
317 for (User::const_op_iterator I = GEPOp->op_begin()+1,
318 E = GEPOp->op_end(); I != E; ++I) {
385 V = GEPOp->getOperand(0);
    [all...]
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);
  /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-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/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/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/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/Transforms/Utils/
Local.h 224 GEPOperator *GEPOp = cast<GEPOperator>(GEP);
230 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions;

Completed in 910 milliseconds

1 2