Home
last modified time | relevance | path

Searched refs:getGetElementPtr (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h1205 static Constant *getGetElementPtr(Type *Ty, Constant *C,
1210 return getGetElementPtr(
1214 static Constant *getGetElementPtr(Type *Ty, Constant *C, Constant *Idx,
1221 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, InRangeIndex,
1224 static Constant *getGetElementPtr(Type *Ty, Constant *C,
1234 return getGetElementPtr(Ty, C, IdxList, true);
1241 return getGetElementPtr(Ty, C, Idx, true);
1245 return getGetElementPtr(Ty, C, IdxList, true);
H A DConstantFolder.h150 return ConstantExpr::getGetElementPtr(Ty, C, IdxList); in CreateGetElementPtr()
158 return ConstantExpr::getGetElementPtr(Ty, C, Idx); in CreateGetElementPtr()
163 return ConstantExpr::getGetElementPtr(Ty, C, IdxList); in CreateGetElementPtr()
H A DNoFolder.h184 return ConstantExpr::getGetElementPtr(Ty, C, IdxList); in CreateGetElementPtr()
192 return ConstantExpr::getGetElementPtr(Ty, C, Idx); in CreateGetElementPtr()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-wrapper/
H A DClangOffloadWrapper.cpp215 auto *ImageB = ConstantExpr::getGetElementPtr(Image->getValueType(), in createBinDesc()
217 auto *ImageE = ConstantExpr::getGetElementPtr(Image->getValueType(), in createBinDesc()
234 auto *ImagesB = ConstantExpr::getGetElementPtr(Images->getValueType(), in createBinDesc()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h142 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList)); in CreateGetElementPtr()
149 return Fold(ConstantExpr::getGetElementPtr(Ty, C, Idx)); in CreateGetElementPtr()
153 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList)); in CreateGetElementPtr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSanitizerStats.cpp62 auto InitAddr = ConstantExpr::getGetElementPtr( in create()
H A DVNCoercion.cpp414 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), in analyzeLoadFromClobberingMemInst()
595 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), in getMemInstValueForLoadHelper()
H A DEvaluator.cpp198 Ptr = ConstantExpr::getGetElementPtr(Ty, Ptr, IdxList); in evaluateBitcastFromPtr()
436 ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), P, GEPOps, in EvaluateBlock()
H A DSCCPSolver.cpp1045 ConstantExpr::getGetElementPtr(I.getSourceElementType(), Ptr, Indices); in visitGetElementPtrInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp130 auto *NewGEP = ConstantExpr::getGetElementPtr( in splitGlobal()
H A DWholeProgramDevirt.cpp1531 return ConstantExpr::getGetElementPtr(Int8Ty, C, in getMemberAddr()
1741 ConstantExpr::getGetElementPtr( in rebuildGlobal()
H A DLowerTypeTests.cpp884 Constant *CombinedGlobalElemPtr = ConstantExpr::getGetElementPtr( in buildBitSetsFromGlobalVariables()
1138 TIL.OffsetedGlobal = ConstantExpr::getGetElementPtr( in lowerTypeTestCalls()
H A DGlobalOpt.cpp619 ConstantExpr::getGetElementPtr(NewTy, cast<Constant>(NewPtr), Idxs); in SRAGlobal()
784 GEPI, ConstantExpr::getGetElementPtr(GEPI->getSourceElementType(), in OptimizeAwayTrappingUsesOfValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTT.cpp80 llvm::Constant *Init = llvm::ConstantExpr::getGetElementPtr( in EmitVTTDefinition()
H A DCGObjCGNU.cpp198 return llvm::ConstantExpr::getGetElementPtr(Array.getElementType(), in MakeConstantString()
220 return llvm::ConstantExpr::getGetElementPtr(ConstStr->getValueType(), in ExportUniqueString()
1456 return llvm::ConstantExpr::getGetElementPtr(TypesGlobal->getValueType(), in GetTypeString()
2449 llvm::ConstantExpr::getGetElementPtr(Vtable->getValueType(), Vtable, Two), in GetEHType()
3566 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr( in GenerateClass()
3728 llvm::Constant *selPtr = llvm::ConstantExpr::getGetElementPtr( in ModuleInitFunction()
H A DCGCUDANV.cpp106 return llvm::ConstantExpr::getGetElementPtr(ConstStr.getElementType(), in makeConstantString()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp237 ConstantExpr::getGetElementPtr(LDSTy, SGV, GEPIdx)); in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/BrainF/
H A DBrainF.cpp171 getGetElementPtr(aberrormsg->getValueType(), aberrormsg, gep_params); in header()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp157 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices); in GetFrameMap()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp2494 return ConstantExpr::getGetElementPtr( in ConstantFoldGetElementPtr()
2522 return ConstantExpr::getGetElementPtr(SrcArrayTy, in ConstantFoldGetElementPtr()
2659 return ConstantExpr::getGetElementPtr(PointeeTy, C, NewIdxs, InBounds, in ConstantFoldGetElementPtr()
2668 return ConstantExpr::getGetElementPtr(PointeeTy, C, Idxs, in ConstantFoldGetElementPtr()
H A DConstants.cpp1569 return ConstantExpr::getGetElementPtr( in getWithOperands()
2349 Constant *GEP = getGetElementPtr( in getSizeOf()
2363 Constant *GEP = getGetElementPtr(AligningTy, NullPtr, Indices); in getAlignOf()
2380 Constant *GEP = getGetElementPtr( in getOffsetOf()
2425 Constant *ConstantExpr::getGetElementPtr(Type *Ty, Constant *C, in getGetElementPtr() function in ConstantExpr
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp832 Constant *C = ConstantExpr::getGetElementPtr( in CastGEPIndices()
1031 Constant *C = ConstantExpr::getGetElementPtr(SrcElemTy, Ptr, NewIdxs, in SymbolicallyEvaluateGEP()
1068 return ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), Ops[0], in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp3615 Constant *NewLHS = ConstantExpr::getGetElementPtr( in SimplifyICmpInst()
3619 Constant *NewRHS = ConstantExpr::getGetElementPtr( in SimplifyICmpInst()
4361 auto *CE = ConstantExpr::getGetElementPtr(SrcTy, cast<Constant>(Ops[0]), in SimplifyGEPInst()
5218 Constant *C = ConstantExpr::getGetElementPtr( in SimplifyRelativeLoad()
H A DInlineCost.cpp1216 return ConstantExpr::getGetElementPtr(I.getSourceElementType(), COps[0], in visitGetElementPtr()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DMiscompilation.cpp858 Value *GEP = ConstantExpr::getGetElementPtr(InitArray->getType(), in CleanupAndPrepareModules()

12