Searched refs:GEPIndices (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DProfilingUtils.cpp50 std::vector<Constant*> GEPIndices(2,
54 Args[2] = ConstantExpr::getGetElementPtr(Array, GEPIndices);
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DShadowStackGC.cpp251 Constant *GEPIndices[2] = { local
255 return ConstantExpr::getGetElementPtr(GV, GEPIndices);
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSROA.cpp2708 SmallVector<Value *, 4> GEPIndices; member in class:__anon10701::AggLoadStoreRewriter::OpSplitter
2716 : IRB(InsertionPoint), GEPIndices(1, IRB.getInt32(0)), Ptr(Ptr) {}
2743 GEPIndices.push_back(IRB.getInt32(Idx));
2745 GEPIndices.pop_back();
2758 GEPIndices.push_back(IRB.getInt32(Idx));
2760 GEPIndices.pop_back();
2779 Value *Load = IRB.CreateLoad(IRB.CreateInBoundsGEP(Ptr, GEPIndices,
2813 IRB.CreateInBoundsGEP(Ptr, GEPIndices, Name + ".gep"));
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3405 Value *GEPIndices[] = { Builder.getInt32(0), Index }; local
3406 Value *GEP = Builder.CreateInBoundsGEP(Array, GEPIndices,

Completed in 146 milliseconds