| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1245 getGetElementPtr(Type *Ty, Constant *C, ArrayRef<Constant *> IdxList, 1249 return getGetElementPtr( 1254 getGetElementPtr(Type *Ty, Constant *C, Constant *Idx, bool InBounds = false, 1260 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, InRangeIndex, 1264 getGetElementPtr(Type *Ty, Constant *C, ArrayRef<Value *> IdxList, 1273 return getGetElementPtr(Ty, C, IdxList, true); 1280 return getGetElementPtr(Ty, C, Idx, true); 1284 return getGetElementPtr(Ty, C, IdxList, true);
|
| H A D | ConstantFolder.h | 116 return ConstantExpr::getGetElementPtr(Ty, PC, IdxList);
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SanitizerStats.cpp | 61 auto InitAddr = ConstantExpr::getGetElementPtr( in create()
|
| H A D | SCCPSolver.cpp | 1375 ConstantExpr::getGetElementPtr(I.getSourceElementType(), Ptr, Indices); in visitGetElementPtrInst()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/ |
| H A D | OffloadWrapper.cpp | 195 ConstantExpr::getGetElementPtr(Image->getValueType(), Image, ZeroZero); in createBinDesc() 197 ConstantExpr::getGetElementPtr(Image->getValueType(), Image, ZeroSize); in createBinDesc() 214 ConstantExpr::getGetElementPtr(Images->getValueType(), Images, ZeroZero); in createBinDesc()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | GlobalSplit.cpp | 130 auto *NewGEP = ConstantExpr::getGetElementPtr( in splitGlobal()
|
| H A D | LowerTypeTests.cpp | 860 Constant *CombinedGlobalElemPtr = ConstantExpr::getGetElementPtr( in buildBitSetsFromGlobalVariables() 1114 TIL.OffsetedGlobal = ConstantExpr::getGetElementPtr( in lowerTypeTestCalls()
|
| H A D | WholeProgramDevirt.cpp | 1609 return ConstantExpr::getGetElementPtr(Int8Ty, C, in getMemberAddr() 1823 ConstantExpr::getGetElementPtr( in rebuildGlobal()
|
| H A D | GlobalOpt.cpp | 758 GEPI, ConstantExpr::getGetElementPtr(GEPI->getSourceElementType(), in OptimizeAwayTrappingUsesOfValue()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGVTT.cpp | 80 llvm::Constant *Init = llvm::ConstantExpr::getGetElementPtr( in EmitVTTDefinition()
|
| H A D | CGObjCGNU.cpp | 202 return llvm::ConstantExpr::getGetElementPtr(Array.getElementType(), in MakeConstantString() 224 return llvm::ConstantExpr::getGetElementPtr(ConstStr->getValueType(), in ExportUniqueString() 1461 return llvm::ConstantExpr::getGetElementPtr(TypesGlobal->getValueType(), in GetTypeString() 2461 llvm::ConstantExpr::getGetElementPtr(Vtable->getValueType(), Vtable, Two), in GetEHType() 3651 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr( in GenerateClass() 3812 llvm::Constant *selPtr = llvm::ConstantExpr::getGetElementPtr( in ModuleInitFunction()
|
| H A D | CGCUDANV.cpp | 93 return llvm::ConstantExpr::getGetElementPtr(ConstStr.getElementType(), in makeConstantString() 118 return llvm::ConstantExpr::getGetElementPtr(GV->getValueType(), GV, Zeros); in makeConstantArray()
|
| H A D | CGExprConstant.cpp | 1838 C = llvm::ConstantExpr::getGetElementPtr(CGM.Int8Ty, C, getOffset()); in applyOffset()
|
| H A D | CodeGenModule.cpp | 5691 : llvm::ConstantExpr::getGetElementPtr(Ty, C, Zeros); in GetAddrOfConstantCFString() 5748 llvm::ConstantExpr::getGetElementPtr(GV->getValueType(), GV, Zeros); in GetAddrOfConstantCFString()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 126 return Fold(ConstantExpr::getGetElementPtr(Ty, PC, IdxList));
|
| /openbsd-src/gnu/llvm/llvm/examples/BrainF/ |
| H A D | BrainF.cpp | 170 getGetElementPtr(aberrormsg->getValueType(), aberrormsg, gep_params); in header()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ShadowStackGCLowering.cpp | 158 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices); in GetFrameMap()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 1976 return ConstantExpr::getGetElementPtr( in foldGEPOfGEP() 2029 return ConstantExpr::getGetElementPtr( in foldGEPOfGEP() 2132 return ConstantExpr::getGetElementPtr(SrcArrayTy, in ConstantFoldGetElementPtr() 2275 return ConstantExpr::getGetElementPtr(PointeeTy, C, NewIdxs, InBounds, in ConstantFoldGetElementPtr() 2284 return ConstantExpr::getGetElementPtr(PointeeTy, C, Idxs, in ConstantFoldGetElementPtr()
|
| H A D | Constants.cpp | 1501 return ConstantExpr::getGetElementPtr( in getWithOperands() 2382 Constant *GEP = getGetElementPtr( in getSizeOf() 2396 Constant *GEP = getGetElementPtr(AligningTy, NullPtr, Indices); in getAlignOf() 2413 Constant *GEP = getGetElementPtr( in getOffsetOf() 2458 Constant *ConstantExpr::getGetElementPtr(Type *Ty, Constant *C, in getGetElementPtr() function in ConstantExpr
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 856 Constant *C = ConstantExpr::getGetElementPtr( in CastGEPIndices() 1005 Constant *C = ConstantExpr::getGetElementPtr(SrcElemTy, Ptr, NewIdxs, in SymbolicallyEvaluateGEP() 1059 return ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), Ops[0], in ConstantFoldInstOperandsImpl()
|
| H A D | InstructionSimplify.cpp | 4856 auto *CE = ConstantExpr::getGetElementPtr(SrcTy, cast<Constant>(Ptr), Indices, in simplifyGEPInst() 5875 Constant *C = ConstantExpr::getGetElementPtr( in simplifyRelativeLoad()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerModuleLDSPass.cpp | 1091 Constant *GEP = ConstantExpr::getGetElementPtr(LDSTy, SGV, GEPIdx, true); in createLDSVariableReplacement()
|
| /openbsd-src/gnu/llvm/llvm/tools/bugpoint/ |
| H A D | Miscompilation.cpp | 858 Value *GEP = ConstantExpr::getGetElementPtr(InitArray->getType(), in CleanupAndPrepareModules()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 299 Constant *GAI = ConstantExpr::getGetElementPtr( in LowerGlobalAddress()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 2332 ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true)); in InstrumentGlobals()
|