Searched refs:getGetElementPtr (Results 1 - 25 of 30) sorted by relevance

12

/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h135 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList));
141 return Fold(ConstantExpr::getGetElementPtr(Ty, C, Idx));
145 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList));
/external/llvm/include/llvm/IR/
H A DConstantFolder.h123 return ConstantExpr::getGetElementPtr(Ty, C, IdxList);
129 return ConstantExpr::getGetElementPtr(Ty, C, Idx);
133 return ConstantExpr::getGetElementPtr(Ty, C, IdxList);
H A DConstants.h1060 static Constant *getGetElementPtr(Type *Ty, Constant *C, function in class:llvm::ConstantExpr
1064 return getGetElementPtr(
1068 static Constant *getGetElementPtr(Type *Ty, Constant *C, Constant *Idx, function in class:llvm::ConstantExpr
1074 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, OnlyIfReducedTy);
1076 static Constant *getGetElementPtr(Type *Ty, Constant *C,
1085 return getGetElementPtr(Ty, C, IdxList, true);
1092 return getGetElementPtr(Ty, C, Idx, true);
1096 return getGetElementPtr(Ty, C, IdxList, true);
H A DNoFolder.h182 return ConstantExpr::getGetElementPtr(Ty, C, IdxList);
188 return ConstantExpr::getGetElementPtr(Ty, C, Idx);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXFavorNonGenericAddrSpaces.cpp134 Constant *NewGEPCE = ConstantExpr::getGetElementPtr(
/external/llvm/unittests/IR/
H A DConstantsTest.cpp248 // FIXME: getGetElementPtr() actually creates an inbounds ConstantGEP,
250 //CHECK(ConstantExpr::getGetElementPtr(Global, V, false),
270 Constant *GEP = ConstantExpr::getGetElementPtr(
338 auto *GEP = ConstantExpr::getGetElementPtr(IntTy, Placeholder, C1);
/external/llvm/examples/BrainF/
H A DBrainF.cpp166 getGetElementPtr(aberrormsg->getValueType(), aberrormsg, gep_params);
/external/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp242 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices);
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp701 Constant *C = ConstantExpr::getGetElementPtr(SrcTy, Ops[0], NewIdxs);
869 Constant *C = ConstantExpr::getGetElementPtr(SrcTy, Ptr, NewIdxs);
1096 return ConstantExpr::getGetElementPtr(SrcTy, Ops[0], Ops.slice(1));
H A DInstructionSimplify.cpp2981 Constant *NewLHS = ConstantExpr::getGetElementPtr(
2985 Constant *NewRHS = ConstantExpr::getGetElementPtr(
3324 return ConstantExpr::getGetElementPtr(SrcTy, cast<Constant>(Ops[0]),
H A DScalarEvolutionExpander.cpp492 return ConstantExpr::getGetElementPtr(Type::getInt8Ty(Ty->getContext()),
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp175 return llvm::ConstantExpr::getGetElementPtr(ConstStr->getValueType(),
191 return llvm::ConstantExpr::getGetElementPtr(ConstStr->getValueType(),
243 return llvm::ConstantExpr::getGetElementPtr(ConstStr->getValueType(),
1158 llvm::ConstantExpr::getGetElementPtr(Vtable->getValueType(), Vtable, Two),
2303 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr(
2461 llvm::Constant *SelPtr = llvm::ConstantExpr::getGetElementPtr(
H A DCodeGenModule.cpp2638 V = llvm::ConstantExpr::getGetElementPtr(Ty, GV, Zeros);
2691 Fields[2] = llvm::ConstantExpr::getGetElementPtr(GV->getType(), GV, Zeros);
2745 V = llvm::ConstantExpr::getGetElementPtr(PTy, GV, Zeros);
2805 llvm::ConstantExpr::getGetElementPtr(GV->getValueType(), GV, Zeros);
H A DCGExprConstant.cpp1118 Casted = llvm::ConstantExpr::getGetElementPtr(Int8Ty, Casted, Offset);
H A DCGObjCMac.cpp1684 return llvm::ConstantExpr::getGetElementPtr(C->getValueType(), C, Idxs);
7001 llvm::ConstantExpr::getGetElementPtr(VTableGV->getValueType(), VTableGV,
/external/llvm/lib/IR/
H A DConstants.cpp1255 return ConstantExpr::getGetElementPtr(nullptr, Ops[0], Ops.slice(1),
1927 Constant *GEP = getGetElementPtr(
1942 Constant *GEP = getGetElementPtr(AligningTy, NullPtr, Indices);
1959 Constant *GEP = getGetElementPtr(
2004 Constant *ConstantExpr::getGetElementPtr(Type *Ty, Constant *C, function in class:ConstantExpr
H A DConstantFold.cpp2124 return ConstantExpr::getGetElementPtr(
2151 return ConstantExpr::getGetElementPtr(
2218 return ConstantExpr::getGetElementPtr(nullptr, C, NewIdxs, inBounds);
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp577 ConstantExpr::getGetElementPtr(NewTy, cast<Constant>(NewPtr), Idxs);
728 GEPI, ConstantExpr::getGetElementPtr(nullptr, NewV, Idxs));
2344 Ptr = ConstantExpr::getGetElementPtr(nullptr, Ptr, IdxList);
2408 ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), P, GEPOps,
H A DLowerBitSets.cpp551 Constant *CombinedGlobalElemPtr = ConstantExpr::getGetElementPtr(
/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp855 Value *GEP = ConstantExpr::getGetElementPtr(InitArray->getType(),
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1105 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), Src,
1267 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), Src,
H A DSCCP.cpp1015 markConstant(&I, ConstantExpr::getGetElementPtr(I.getSourceElementType(), Ptr,
/external/lldb/source/Expression/
H A DIRForTarget.cpp2513 llvm::Constant *reloc_getelementptr = ConstantExpr::getGetElementPtr(m_reloc_placeholder, offsets);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp311 Constant *GAI = ConstantExpr::getGetElementPtr(
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1317 ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true));

Completed in 483 milliseconds

12