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

1 2 3

  /external/llvm/lib/IR/
Operator.cpp 9 Type *GEPOperator::getSourceElementType() const {
11 return I->getSourceElementType();
12 return cast<GetElementPtrConstantExpr>(this)->getSourceElementType();
  /external/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 100 GEPOp->getSourceElementType(),
111 GEPOp.getSourceElementType(),
Operator.h 403 Type *getSourceElementType() const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 129 GEPOp->getSourceElementType(),
140 GEPOp.getSourceElementType(),
Operator.h 434 Type *getSourceElementType() const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 129 GEPOp->getSourceElementType(),
140 GEPOp.getSourceElementType(),
Operator.h 434 Type *getSourceElementType() const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 129 GEPOp->getSourceElementType(),
140 GEPOp.getSourceElementType(),
Operator.h 434 Type *getSourceElementType() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 129 GEPOp->getSourceElementType(),
140 GEPOp.getSourceElementType(),
Operator.h 434 Type *getSourceElementType() const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 129 GEPOp->getSourceElementType(),
140 GEPOp.getSourceElementType(),
Operator.h 434 Type *getSourceElementType() const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 129 GEPOp->getSourceElementType(),
140 GEPOp.getSourceElementType(),
Operator.h 434 Type *getSourceElementType() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 129 GEPOp->getSourceElementType(),
140 GEPOp.getSourceElementType(),
Operator.h 434 Type *getSourceElementType() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 129 GEPOp->getSourceElementType(),
140 GEPOp.getSourceElementType(),
  /external/llvm/lib/Analysis/
TypeMetadataUtils.cpp 56 GEP->getSourceElementType(), Indices);
PHITransAddr.cpp 232 if (Value *V = SimplifyGEPInst(GEP->getSourceElementType(),
411 GEP->getSourceElementType(), GEPOps[0], makeArrayRef(GEPOps).slice(1),
  /external/llvm/lib/Target/NVPTX/
NVPTXFavorNonGenericAddrSpaces.cpp 167 GEP->getSourceElementType(), Cast->getOperand(0), Indices,
179 GEP->getSourceElementType(), cast<Constant>(Cast->getOperand(0)),
NVPTXGenericToNVVM.cpp 339 cast<GEPOperator>(C)->getSourceElementType(),
343 cast<GEPOperator>(C)->getSourceElementType(),
  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 307 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(),
390 GEP->getSourceElementType(), SE->getSCEV(GEP->getPointerOperand()),
StraightLineStrengthReduce.cpp 242 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(),
502 const SCEV *BaseExpr = SE->getGEPExpr(GEP->getSourceElementType(),
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 86 cast<GEPOperator>(CE)->getSourceElementType(), CEOps[0],

Completed in 707 milliseconds

1 2 3