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

/external/llvm/unittests/Linker/
H A DLinkModulesTest.cpp82 std::vector<Value *> GEPIndices; local
83 GEPIndices.push_back(ConstantInt::get(Type::getInt32Ty(Ctx), 0));
84 GEPIndices.push_back(&*F->arg_begin());
86 Value *GEP = Builder.CreateGEP(AT, GV, GEPIndices, "switch.gep");
/external/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp243 Constant *GEPIndices[2] = { local
246 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices);
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3023 SmallVector<Value *, 4> GEPIndices;
3031 : IRB(InsertionPoint), GEPIndices(1, IRB.getInt32(0)), Ptr(Ptr) {}
3058 GEPIndices.push_back(IRB.getInt32(Idx));
3060 GEPIndices.pop_back();
3073 GEPIndices.push_back(IRB.getInt32(Idx));
3075 GEPIndices.pop_back();
3095 IRB.CreateInBoundsGEP(nullptr, Ptr, GEPIndices, Name + ".gep");
3128 IRB.CreateInBoundsGEP(nullptr, Ptr, GEPIndices, Name + ".gep"));
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1721 llvm::Value *GEPIndices[] = {llvm::ConstantInt::get(CGM.IntTy, 0), local
1726 VTable->getValueType(), VTable, GEPIndices);
3479 llvm::Value *GEPIndices[] = {llvm::ConstantInt::get(CGM.IntTy, 0), local
3499 llvm::ArrayRef<llvm::Value *>(GEPIndices))),
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4323 Value *GEPIndices[] = { Builder.getInt32(0), Index }; local
4325 GEPIndices, "switch.gep");

Completed in 158 milliseconds