Searched refs:GEPIndices (Results 1 - 7 of 7) 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/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
H A DProfilingUtils.cpp50 std::vector<Constant*> GEPIndices(2,
54 Args[2] = ConstantExpr::getGetElementPtr(Array, GEPIndices);
/external/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp247 Constant *GEPIndices[2] = { local
250 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DShadowStackGC.cpp252 Constant *GEPIndices[2] = { local
256 return ConstantExpr::getGetElementPtr(GV, GEPIndices);
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3007 SmallVector<Value *, 4> GEPIndices;
3015 : IRB(InsertionPoint), GEPIndices(1, IRB.getInt32(0)), Ptr(Ptr) {}
3042 GEPIndices.push_back(IRB.getInt32(Idx));
3044 GEPIndices.pop_back();
3057 GEPIndices.push_back(IRB.getInt32(Idx));
3059 GEPIndices.pop_back();
3079 IRB.CreateInBoundsGEP(nullptr, Ptr, GEPIndices, Name + ".gep");
3116 IRB.CreateInBoundsGEP(nullptr, Ptr, GEPIndices, Name + ".gep");
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1722 llvm::Value *GEPIndices[] = {llvm::ConstantInt::get(CGM.IntTy, 0), local
1727 VTable->getValueType(), VTable, GEPIndices);
3487 llvm::Value *GEPIndices[] = {llvm::ConstantInt::get(CGM.IntTy, 0), local
3507 llvm::ArrayRef<llvm::Value *>(GEPIndices))),
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4656 Value *GEPIndices[] = {Builder.getInt32(0), Index}; local
4658 GEPIndices, "switch.gep");

Completed in 303 milliseconds