Home
last modified time | relevance | path

Searched refs:GEPIndices (Results 1 – 7 of 7) sorted by relevance

/external/llvm/unittests/Linker/
DLinkModulesTest.cpp82 std::vector<Value *> GEPIndices; in TEST_F() local
83 GEPIndices.push_back(ConstantInt::get(Type::getInt32Ty(Ctx), 0)); in TEST_F()
84 GEPIndices.push_back(&*F->arg_begin()); in TEST_F()
86 Value *GEP = Builder.CreateGEP(AT, GV, GEPIndices, "switch.gep"); in TEST_F()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.cpp50 std::vector<Constant*> GEPIndices(2, in InsertProfilingInitCall() local
54 Args[2] = ConstantExpr::getGetElementPtr(Array, GEPIndices); in InsertProfilingInitCall()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DShadowStackGC.cpp252 Constant *GEPIndices[2] = { in GetFrameMap() local
256 return ConstantExpr::getGetElementPtr(GV, GEPIndices); in GetFrameMap()
/external/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp247 Constant *GEPIndices[2] = { in GetFrameMap() local
250 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices); in GetFrameMap()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp3007 SmallVector<Value *, 4> GEPIndices; member in __anonadce12ea0b11::AggLoadStoreRewriter::OpSplitter
3015 : IRB(InsertionPoint), GEPIndices(1, IRB.getInt32(0)), Ptr(Ptr) {} in OpSplitter()
3042 GEPIndices.push_back(IRB.getInt32(Idx)); in emitSplitOps()
3044 GEPIndices.pop_back(); in emitSplitOps()
3057 GEPIndices.push_back(IRB.getInt32(Idx)); in emitSplitOps()
3059 GEPIndices.pop_back(); in emitSplitOps()
3079 IRB.CreateInBoundsGEP(nullptr, Ptr, GEPIndices, Name + ".gep"); in emitFunc()
3116 IRB.CreateInBoundsGEP(nullptr, Ptr, GEPIndices, Name + ".gep"); in emitFunc()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp1722 llvm::Value *GEPIndices[] = {llvm::ConstantInt::get(CGM.IntTy, 0), in getAddrOfVTable() local
1727 VTable->getValueType(), VTable, GEPIndices); in getAddrOfVTable()
3487 llvm::Value *GEPIndices[] = {llvm::ConstantInt::get(CGM.IntTy, 0), in getClassHierarchyDescriptor() local
3507 llvm::ArrayRef<llvm::Value *>(GEPIndices))), in getClassHierarchyDescriptor()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4656 Value *GEPIndices[] = {Builder.getInt32(0), Index}; in BuildLookup() local
4658 GEPIndices, "switch.gep"); in BuildLookup()