/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 123 return ConstantExpr::getGetElementPtr(Ty, C, IdxList); in CreateGetElementPtr() 129 return ConstantExpr::getGetElementPtr(Ty, C, Idx); in CreateGetElementPtr() 133 return ConstantExpr::getGetElementPtr(Ty, C, IdxList); in CreateGetElementPtr()
|
D | Constants.h | 1117 static Constant *getGetElementPtr(Type *Ty, Constant *C, 1121 return getGetElementPtr( 1125 static Constant *getGetElementPtr(Type *Ty, Constant *C, Constant *Idx, 1131 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, OnlyIfReducedTy); 1133 static Constant *getGetElementPtr(Type *Ty, Constant *C, 1142 return getGetElementPtr(Ty, C, IdxList, true); 1149 return getGetElementPtr(Ty, C, Idx, true); 1153 return getGetElementPtr(Ty, C, IdxList, true);
|
D | NoFolder.h | 182 return ConstantExpr::getGetElementPtr(Ty, C, IdxList); in CreateGetElementPtr() 188 return ConstantExpr::getGetElementPtr(Ty, C, Idx); in CreateGetElementPtr()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 135 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList)); in CreateGetElementPtr() 141 return Fold(ConstantExpr::getGetElementPtr(Ty, C, Idx)); in CreateGetElementPtr() 145 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList)); in CreateGetElementPtr()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXFavorNonGenericAddrSpaces.cpp | 175 Constant *NewGEP = ConstantExpr::getGetElementPtr( in hoistAddrSpaceCastFromGEP()
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 288 Constant *GEP = ConstantExpr::getGetElementPtr( in TEST() 356 auto *GEP = ConstantExpr::getGetElementPtr(IntTy, Placeholder, C1); in TEST()
|
/external/llvm/examples/BrainF/ |
D | BrainF.cpp | 162 getGetElementPtr(aberrormsg->getValueType(), aberrormsg, gep_params); in header()
|
/external/clang/lib/CodeGen/ |
D | CGCUDANV.cpp | 61 return llvm::ConstantExpr::getGetElementPtr(ConstStr.getElementType(), in makeConstantString()
|
D | CGObjCGNU.cpp | 170 return llvm::ConstantExpr::getGetElementPtr(Array.getElementType(), in MakeConstantString() 186 return llvm::ConstantExpr::getGetElementPtr(ConstStr->getValueType(), in ExportUniqueString() 1168 llvm::ConstantExpr::getGetElementPtr(Vtable->getValueType(), Vtable, Two), in GetEHType() 2326 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr( in GenerateClass() 2487 llvm::Constant *SelPtr = llvm::ConstantExpr::getGetElementPtr( in ModuleInitFunction()
|
D | CodeGenModule.cpp | 2877 V = llvm::ConstantExpr::getGetElementPtr(Ty, GV, Zeros); in GetAddrOfConstantCFString() 2931 llvm::ConstantExpr::getGetElementPtr(GV->getValueType(), GV, Zeros); in GetAddrOfConstantCFString() 2988 V = llvm::ConstantExpr::getGetElementPtr(PTy, GV, Zeros); in GetAddrOfConstantString() 3048 llvm::ConstantExpr::getGetElementPtr(GV->getValueType(), GV, Zeros); in GetAddrOfConstantString()
|
D | CGExprConstant.cpp | 1288 Casted = llvm::ConstantExpr::getGetElementPtr(Int8Ty, Casted, Offset); in EmitConstantValue()
|
/external/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 246 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices); in GetFrameMap()
|
/external/llvm/lib/Transforms/IPO/ |
D | LowerBitSets.cpp | 577 Constant *CombinedGlobalElemPtr = ConstantExpr::getGetElementPtr( in buildBitSetsFromGlobalVariables() 812 ConstantExpr::getGetElementPtr( in buildBitSetsFromFunctions()
|
D | GlobalOpt.cpp | 581 ConstantExpr::getGetElementPtr(NewTy, cast<Constant>(NewPtr), Idxs); in SRAGlobal() 730 GEPI, ConstantExpr::getGetElementPtr(nullptr, NewV, Idxs)); in OptimizeAwayTrappingUsesOfValue() 2476 Ptr = ConstantExpr::getGetElementPtr(nullptr, Ptr, IdxList); in EvaluateBlock() 2540 ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), P, GEPOps, in EvaluateBlock()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 704 Constant *C = ConstantExpr::getGetElementPtr(SrcTy, Ops[0], NewIdxs); in CastGEPIndices() 872 Constant *C = ConstantExpr::getGetElementPtr(SrcTy, Ptr, NewIdxs); in SymbolicallyEvaluateGEP() 1098 return ConstantExpr::getGetElementPtr(SrcTy, Ops[0], Ops.slice(1)); in ConstantFoldInstOperands()
|
D | InstructionSimplify.cpp | 3053 Constant *NewLHS = ConstantExpr::getGetElementPtr( in SimplifyICmpInst() 3057 Constant *NewRHS = ConstantExpr::getGetElementPtr( in SimplifyICmpInst() 3532 return ConstantExpr::getGetElementPtr(SrcTy, cast<Constant>(Ops[0]), in SimplifyGEPInst()
|
D | ScalarEvolutionExpander.cpp | 505 return ConstantExpr::getGetElementPtr(Type::getInt8Ty(Ty->getContext()), in expandAddToGEP()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1221 return ConstantExpr::getGetElementPtr( in getWithOperands() 1887 Constant *GEP = getGetElementPtr( in getSizeOf() 1902 Constant *GEP = getGetElementPtr(AligningTy, NullPtr, Indices); in getAlignOf() 1919 Constant *GEP = getGetElementPtr( in getOffsetOf() 1964 Constant *ConstantExpr::getGetElementPtr(Type *Ty, Constant *C, in getGetElementPtr() function in ConstantExpr
|
D | ConstantFold.cpp | 2133 return ConstantExpr::getGetElementPtr( in ConstantFoldGetElementPtrImpl() 2160 return ConstantExpr::getGetElementPtr( in ConstantFoldGetElementPtrImpl() 2227 return ConstantExpr::getGetElementPtr(PointeeTy, C, NewIdxs, inBounds); in ConstantFoldGetElementPtrImpl()
|
/external/llvm/tools/bugpoint/ |
D | Miscompilation.cpp | 838 Value *GEP = ConstantExpr::getGetElementPtr(InitArray->getType(), in CleanupAndPrepareModules()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1117 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), Src, in AnalyzeLoadFromClobberingMemInst() 1279 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), Src, in GetMemInstValueForLoad()
|
D | SCCP.cpp | 1023 markConstant(&I, ConstantExpr::getGetElementPtr(I.getSourceElementType(), Ptr, in visitGetElementPtrInst()
|
/external/lldb/source/Expression/ |
D | IRForTarget.cpp | 2513 …llvm::Constant *reloc_getelementptr = ConstantExpr::getGetElementPtr(m_reloc_placeholder, offsets); in BuildRelocation()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1375 ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true)); in InstrumentGlobals()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 308 Constant *GAI = ConstantExpr::getGetElementPtr( in LowerGlobalAddress()
|