/external/llvm/lib/Target/NVPTX/ |
D | NVPTXFavorNonGenericAddrSpaces.cpp | 127 GEP->getSourceElementType(), Cast->getOperand(0), Indices, in hoistAddrSpaceCastFromGEP() 135 GEP->getSourceElementType(), cast<Constant>(Cast->getOperand(0)), in hoistAddrSpaceCastFromGEP()
|
D | NVPTXGenericToNVVM.cpp | 346 cast<GEPOperator>(C)->getSourceElementType(), in remapConstantExpr() 350 cast<GEPOperator>(C)->getSourceElementType(), in remapConstantExpr()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 86 cast<GEPOperator>(CE)->getSourceElementType(), CEOps[0], in createReplacementInstr()
|
/external/llvm/include/llvm/IR/ |
D | Operator.h | 403 Type *getSourceElementType() const { in getSourceElementType() function
|
D | Instructions.h | 870 Type *getSourceElementType() const { 996 assert(!PointeeType || PointeeType == getSourceElementType()); 1006 assert(!PointeeType || PointeeType == getSourceElementType());
|
/external/llvm/lib/Analysis/ |
D | PHITransAddr.cpp | 408 GEP->getSourceElementType(), GEPOps[0], makeArrayRef(GEPOps).slice(1), in InsertPHITranslatedSubExpr()
|
D | BasicAliasAnalysis.cpp | 935 GEP1->getSourceElementType(), IntermediateIndices))) in aliasSameBasePointerGEPs() 942 GEP1->getSourceElementType(), IntermediateIndices)); in aliasSameBasePointerGEPs()
|
D | InstructionSimplify.cpp | 2982 GLHS->getSourceElementType(), Null, IndicesLHS); in SimplifyICmpInst() 2986 GLHS->getSourceElementType(), Null, IndicesRHS); in SimplifyICmpInst()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 453 Res[I] = Builder.CreateGEP(GEPI.getSourceElementType(), Base[I], Indices, in visitGetElementPtrInst()
|
D | SCCP.cpp | 1015 markConstant(&I, ConstantExpr::getGetElementPtr(I.getSourceElementType(), Ptr, in visitGetElementPtrInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 233 GetElementPtrInst::Create(FirstInst->getSourceElementType(), Base, in FoldPHIArgGEPIntoPHI()
|
D | InstCombineVectorOps.cpp | 737 cast<GetElementPtrInst>(I)->getSourceElementType(), Ptr, Idx, "", I); in BuildNew()
|
D | InstructionCombining.cpp | 1493 Src->getSourceElementType(), Src->getOperand(0), Indices, in visitGetElementPtrInst() 1495 : GetElementPtrInst::Create(Src->getSourceElementType(), in visitGetElementPtrInst()
|
/external/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 652 SrcTy = cast<GetElementPtrInst>(UI)->getSourceElementType(); in DoPromotion()
|
D | GlobalOpt.cpp | 2408 ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), P, GEPOps, in EvaluateBlock()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1533 Record.push_back(VE.getTypeID(GO->getSourceElementType())); in WriteConstants() 1690 Vals.push_back(VE.getTypeID(GEPInst.getSourceElementType())); in WriteInstruction()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 3010 return GetElementPtrInst::CreateInBounds(GO->getSourceElementType(), in getAsInstruction() 3012 return GetElementPtrInst::Create(GO->getSourceElementType(), Ops[0], in getAsInstruction()
|
D | ConstantFold.cpp | 2125 cast<GEPOperator>(CE)->getSourceElementType(), CE->getOperand(0), in ConstantFoldGetElementPtrImpl()
|
D | AsmWriter.cpp | 2897 TypePrinter.print(GEP->getSourceElementType(), Out); in printInstruction()
|
D | Verifier.cpp | 2462 GetElementPtrInst::getIndexedType(GEP.getSourceElementType(), Idxs); in visitGetElementPtrInst()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 2369 cast<GetElementPtrInst>(VL0)->getSourceElementType(), Op0, OpVecs); in vectorizeTree()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 604 Derived->getSourceElementType(), RelocatedBase, makeArrayRef(OffsetV)); in simplifyRelocatesOffABase()
|