reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/VectorUtils.cpp
  131   unsigned GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType());
lib/CodeGen/CodeGenPrepare.cpp
 5318                                         GEP->getResultElementType(),
lib/CodeGen/InterleavedLoadCombinePass.cpp
 1021         unsigned ResultSize = DL.getTypeAllocSize(GEP.getResultElementType());
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 4370   Scale = DAG.getTargetConstant(DL.getTypeAllocSize(GEP->getResultElementType()),
lib/IR/Operator.cpp
   30     return I->getResultElementType();
lib/IR/Verifier.cpp
 3289              GEP.getResultElementType() == ElTy,
lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp
  246         if (TLI->isLegalAddressingMode(*DL, AM, GEP->getResultElementType(),
lib/Transforms/IPO/GlobalOpt.cpp
  334           SubInit = Constant::getNullValue(GEP->getResultElementType());
 1231     Value *NGEPI = GetElementPtrInst::Create(GEPI->getResultElementType(), NewPtr, GEPIdx,
lib/Transforms/InstCombine/InstCombineSelect.cpp
  406     Type *ElementType = TGEP->getResultElementType();
lib/Transforms/Scalar/NaryReassociate.cpp
  402   Type *ElementType = GEP->getResultElementType();
  430       Builder.CreateGEP(GEP->getResultElementType(), Candidate, RHS));
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
  960     if (!TTI.isLegalAddressingMode(GEP->getResultElementType(),
 1067       DL->getTypeAllocSize(GEP->getResultElementType()));
 1073     NewGEP = GetElementPtrInst::Create(GEP->getResultElementType(), NewGEP,
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  584             cast<GetElementPtrInst>(Basis.Ins)->getResultElementType()));
  686               cast<GetElementPtrInst>(Basis.Ins)->getResultElementType(),
  690               cast<GetElementPtrInst>(Basis.Ins)->getResultElementType(),
lib/Transforms/Utils/ValueMapper.cpp
  922         TypeMapper->remapType(GEP->getResultElementType()));