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

1 2

  /external/llvm/lib/IR/
Operator.cpp 15 Type *GEPOperator::getResultElementType() const {
17 return I->getResultElementType();
18 return cast<GetElementPtrConstantExpr>(this)->getResultElementType();
ConstantsContext.h 241 Type *getResultElementType() const;
Constants.cpp     [all...]
  /external/llvm/include/llvm/IR/
Operator.h 404 Type *getResultElementType() const;
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 435 Type *getResultElementType() const;
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 435 Type *getResultElementType() const;
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 435 Type *getResultElementType() const;
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 435 Type *getResultElementType() const;
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 435 Type *getResultElementType() const;
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 435 Type *getResultElementType() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 435 Type *getResultElementType() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 435 Type *getResultElementType() const;
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp     [all...]
NaryReassociate.cpp 406 Type *ElementType = GEP->getResultElementType();
StraightLineStrengthReduce.cpp 551 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType()));
  /external/llvm/lib/Analysis/
VectorUtils.cpp 104 unsigned GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType());
ConstantFolding.cpp 748 Type *ResElemTy = GEP->getResultElementType();
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 292 SubInit = Constant::getNullValue(GEP->getResultElementType());
    [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 909 TypeMapper->remapType(GEP->getResultElementType()));
    [all...]

Completed in 2445 milliseconds

1 2