HomeSort by: relevance | last modified time | path
    Searched refs:getResultElementType (Results 1 - 23 of 23) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Operator.cpp 28 Type *GEPOperator::getResultElementType() const {
30 return I->getResultElementType();
31 return cast<GetElementPtrConstantExpr>(this)->getResultElementType();
ConstantsContext.h 299 Type *getResultElementType() const;
Constants.cpp 2888 Type *GetElementPtrConstantExpr::getResultElementType() const {
Verifier.cpp 3638 GEP.getResultElementType() == ElTy,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 427 Type *ElementType = GEP->getResultElementType();
455 Builder.CreateGEP(GEP->getResultElementType(), Candidate, RHS));
SeparateConstOffsetFromGEP.cpp 992 if (!TTI.isLegalAddressingMode(GEP->getResultElementType(),
1099 DL->getTypeAllocSize(GEP->getResultElementType()));
1105 NewGEP = GetElementPtrInst::Create(GEP->getResultElementType(), NewGEP,
StraightLineStrengthReduce.cpp 596 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType()));
698 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType(),
702 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType(),
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h 506 Type *getResultElementType() const;
Instructions.h 1019 Type *getResultElementType() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPerfHintAnalysis.cpp 242 if (TLI->isLegalAddressingMode(*DL, AM, GEP->getResultElementType(),
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Evaluator.cpp 162 cast<GEPOperator>(CE)->getResultElementType(), DL);
ValueMapper.cpp 966 TypeMapper->remapType(GEP->getResultElementType()));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
InterleavedLoadCombinePass.cpp 1022 unsigned ResultSize = DL.getTypeAllocSize(GEP.getResultElementType());
CodeGenPrepare.cpp 5898 GEP->getResultElementType(),
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
VectorUtils.cpp 140 TypeSize GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType());
ConstantFolding.cpp 863 Type *ResElemTy = GEP->getResultElementType();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 1073 cast<llvm::GetElementPtrInst>(Addr)->getResultElementType();
CGCall.cpp 3437 cast<llvm::GetElementPtrInst>(SRet)->getResultElementType();
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 1576 unsigned Scale = DL.getTypeAllocSize(GEP->getResultElementType());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 1534 if (GEP->getResultElementType() != Orig->getType())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 344 SubInit = Constant::getNullValue(GEP->getResultElementType());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 413 Type *ElementType = TGEP->getResultElementType();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 4396 DL.getTypeAllocSize(GEP->getResultElementType()),

Completed in 109 milliseconds