Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/
DConstants.h1007 static Constant *getGetElementPtr(Constant *C,
1010 return getGetElementPtr(C, makeArrayRef((Value * const *)IdxList.data(),
1014 static Constant *getGetElementPtr(Constant *C,
1020 return getGetElementPtr(C, cast<Value>(Idx), InBounds);
1022 static Constant *getGetElementPtr(Constant *C,
1030 return getGetElementPtr(C, IdxList, true);
1037 return getGetElementPtr(C, Idx, true);
1041 return getGetElementPtr(C, IdxList, true);
/external/llvm/include/llvm/Support/
DConstantFolder.h123 return ConstantExpr::getGetElementPtr(C, IdxList); in CreateGetElementPtr()
129 return ConstantExpr::getGetElementPtr(C, Idx); in CreateGetElementPtr()
133 return ConstantExpr::getGetElementPtr(C, IdxList); in CreateGetElementPtr()
DTargetFolder.h135 return Fold(ConstantExpr::getGetElementPtr(C, IdxList)); in CreateGetElementPtr()
141 return Fold(ConstantExpr::getGetElementPtr(C, Idx)); in CreateGetElementPtr()
145 return Fold(ConstantExpr::getGetElementPtr(C, IdxList)); in CreateGetElementPtr()
DNoFolder.h182 return ConstantExpr::getGetElementPtr(C, IdxList); in CreateGetElementPtr()
/external/llvm/lib/Transforms/Instrumentation/
DProfilingUtils.cpp54 Args[2] = ConstantExpr::getGetElementPtr(Array, GEPIndices); in InsertProfilingInitCall()
122 ConstantExpr::getGetElementPtr(CounterArray, Indices); in IncrementCounterInBlock()
DAddressSanitizer.cpp487 ConstantExpr::getGetElementPtr(NewGlobal, Indices2, true)); in insertGlobalRedzones()
/external/llvm/examples/BrainF/
DBrainF.cpp166 getGetElementPtr(aberrormsg, gep_params); in header()
/external/llvm/lib/CodeGen/
DShadowStackGC.cpp255 return ConstantExpr::getGetElementPtr(GV, GEPIndices); in GetFrameMap()
/external/llvm/lib/Analysis/
DConstantFolding.cpp596 ConstantExpr::getGetElementPtr(Ops[0], NewIdxs); in CastGEPIndices()
737 ConstantExpr::getGetElementPtr(Ptr, NewIdxs); in SymbolicallyEvaluateGEP()
928 return ConstantExpr::getGetElementPtr(Ops[0], Ops.slice(1)); in ConstantFoldInstOperands()
DInstructionSimplify.cpp2371 Constant *NewLHS = ConstantExpr::getGetElementPtr(Null, IndicesLHS); in SimplifyICmpInst()
2374 Constant *NewRHS = ConstantExpr::getGetElementPtr(Null, IndicesRHS); in SimplifyICmpInst()
2573 return ConstantExpr::getGetElementPtr(cast<Constant>(Ops[0]), Ops.slice(1)); in SimplifyGEPInst()
DScalarEvolutionExpander.cpp530 return ConstantExpr::getGetElementPtr(CLHS, CRHS); in expandAddToGEP()
/external/llvm/lib/VMCore/
DConstants.cpp1086 return ConstantExpr::getGetElementPtr(Ops[0], Ops.slice(1), in getWithOperands()
1665 Constant *GEP = getGetElementPtr( in getSizeOf()
1680 Constant *GEP = getGetElementPtr(NullPtr, Indices); in getAlignOf()
1697 Constant *GEP = getGetElementPtr( in getOffsetOf()
1740 Constant *ConstantExpr::getGetElementPtr(Constant *C, ArrayRef<Value *> Idxs, in getGetElementPtr() function in ConstantExpr
DConstantFold.cpp1970 ConstantExpr::getGetElementPtr(CE->getOperand(0), NewIndices, in ConstantFoldGetElementPtrImpl()
1989 ConstantExpr::getGetElementPtr((Constant*)CE->getOperand(0), in ConstantFoldGetElementPtrImpl()
2045 return ConstantExpr::getGetElementPtr(C, NewIdxs, inBounds); in ConstantFoldGetElementPtrImpl()
DCore.cpp884 return wrap(ConstantExpr::getGetElementPtr(unwrap<Constant>(ConstantVal), in LLVMConstGEP()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1959 llvm::ConstantExpr::getGetElementPtr(GV, Zeros); in GetAddrOfConstantCFString()
2013 Fields[2] = llvm::ConstantExpr::getGetElementPtr(GV, Zeros); in GetAddrOfConstantCFString()
2079 llvm::ConstantExpr::getGetElementPtr(GV, Zeros); in GetAddrOfConstantString()
2137 Fields[1] = llvm::ConstantExpr::getGetElementPtr(GV, Zeros); in GetAddrOfConstantString()
DCGObjCGNU.cpp176 return llvm::ConstantExpr::getGetElementPtr(ConstStr, Zeros); in MakeConstantString()
191 return llvm::ConstantExpr::getGetElementPtr(ConstStr, Zeros); in ExportUniqueString()
951 Vtable = llvm::ConstantExpr::getGetElementPtr(Vtable, Two); in GetEHType()
2119 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr( in GenerateClass()
2276 llvm::Constant *SelPtr = llvm::ConstantExpr::getGetElementPtr(SelectorList, in ModuleInitFunction()
DCGExprConstant.cpp1084 Casted = llvm::ConstantExpr::getGetElementPtr(Casted, Offset); in EmitConstantValue()
DCGObjCMac.cpp1541 return llvm::ConstantExpr::getGetElementPtr(C, Idxs); in getConstantGEP()
6334 llvm::ConstantExpr::getGetElementPtr(VTableGV, VTableIdx), in GetInterfaceEHType()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp184 CastOp = ConstantExpr::getGetElementPtr(CSrc, Idxs); in InstCombineLoadCast()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp597 NewPtr = ConstantExpr::getGetElementPtr(cast<Constant>(NewPtr), Idxs); in SRAGlobal()
753 ConstantExpr::getGetElementPtr(NewV, Idxs)); in OptimizeAwayTrappingUsesOfValue()
2433 Ptr = ConstantExpr::getGetElementPtr(Ptr, IdxList); in EvaluateBlock()
2473 ConstantExpr::getGetElementPtr(P, GEPOps, in EvaluateBlock()
/external/llvm/tools/bugpoint/
DMiscompilation.cpp836 Value *GEP = ConstantExpr::getGetElementPtr(funcName, GEPargs); in CleanupAndPrepareModules()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp985 Src = ConstantExpr::getGetElementPtr(Src, OffsetCst); in AnalyzeLoadFromClobberingMemInst()
1144 Src = ConstantExpr::getGetElementPtr(Src, OffsetCst); in GetMemInstValueForLoad()
DSCCP.cpp1022 markConstant(&I, ConstantExpr::getGetElementPtr(Ptr, Indices)); in visitGetElementPtrInst()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1221 V = ConstantExpr::getGetElementPtr(Elts[0], Indices, in ParseConstants()
/external/llvm/lib/AsmParser/
DLLParser.cpp2306 ID.ConstantVal = ConstantExpr::getGetElementPtr(Elts[0], Indices, in ParseValID()

12