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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp243 Constant *GEPIndices[2] = { local
246 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices);
/freebsd-11.0-release/contrib/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"));
/freebsd-11.0-release/contrib/llvm/tools/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))),
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4464 Value *GEPIndices[] = { Builder.getInt32(0), Index }; local
4466 GEPIndices, "switch.gep");

Completed in 98 milliseconds