Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h1245 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 DConstantFolder.h116 return ConstantExpr::getGetElementPtr(Ty, PC, IdxList);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSanitizerStats.cpp61 auto InitAddr = ConstantExpr::getGetElementPtr( in create()
H A DSCCPSolver.cpp1375 ConstantExpr::getGetElementPtr(I.getSourceElementType(), Ptr, Indices); in visitGetElementPtrInst()
/openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/
H A DOffloadWrapper.cpp195 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 DGlobalSplit.cpp130 auto *NewGEP = ConstantExpr::getGetElementPtr( in splitGlobal()
H A DLowerTypeTests.cpp860 Constant *CombinedGlobalElemPtr = ConstantExpr::getGetElementPtr( in buildBitSetsFromGlobalVariables()
1114 TIL.OffsetedGlobal = ConstantExpr::getGetElementPtr( in lowerTypeTestCalls()
H A DWholeProgramDevirt.cpp1609 return ConstantExpr::getGetElementPtr(Int8Ty, C, in getMemberAddr()
1823 ConstantExpr::getGetElementPtr( in rebuildGlobal()
H A DGlobalOpt.cpp758 GEPI, ConstantExpr::getGetElementPtr(GEPI->getSourceElementType(), in OptimizeAwayTrappingUsesOfValue()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGVTT.cpp80 llvm::Constant *Init = llvm::ConstantExpr::getGetElementPtr( in EmitVTTDefinition()
H A DCGObjCGNU.cpp202 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 DCGCUDANV.cpp93 return llvm::ConstantExpr::getGetElementPtr(ConstStr.getElementType(), in makeConstantString()
118 return llvm::ConstantExpr::getGetElementPtr(GV->getValueType(), GV, Zeros); in makeConstantArray()
H A DCGExprConstant.cpp1838 C = llvm::ConstantExpr::getGetElementPtr(CGM.Int8Ty, C, getOffset()); in applyOffset()
H A DCodeGenModule.cpp5691 : 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 DTargetFolder.h126 return Fold(ConstantExpr::getGetElementPtr(Ty, PC, IdxList));
/openbsd-src/gnu/llvm/llvm/examples/BrainF/
H A DBrainF.cpp170 getGetElementPtr(aberrormsg->getValueType(), aberrormsg, gep_params); in header()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp158 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices); in GetFrameMap()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp1976 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 DConstants.cpp1501 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 DConstantFolding.cpp856 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 DInstructionSimplify.cpp4856 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 DAMDGPULowerModuleLDSPass.cpp1091 Constant *GEP = ConstantExpr::getGetElementPtr(LDSTy, SGV, GEPIdx, true); in createLDSVariableReplacement()
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DMiscompilation.cpp858 Value *GEP = ConstantExpr::getGetElementPtr(InitArray->getType(), in CleanupAndPrepareModules()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp299 Constant *GAI = ConstantExpr::getGetElementPtr( in LowerGlobalAddress()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2332 ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true)); in InstrumentGlobals()

12