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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp155 Constant *GEPIndices[2] = { local
158 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3611 SmallVector<Value *, 4> GEPIndices;
3631 : IRB(IRB), GEPIndices(1, IRB.getInt32(0)), Ptr(Ptr), BaseTy(BaseTy),
3652 unsigned Offset = DL.getIndexedOffsetInType(BaseTy, GEPIndices);
3664 GEPIndices.push_back(IRB.getInt32(Idx));
3666 GEPIndices.pop_back();
3679 GEPIndices.push_back(IRB.getInt32(Idx));
3681 GEPIndices.pop_back();
3707 IRB.CreateInBoundsGEP(BaseTy, Ptr, GEPIndices, Name + ".gep");
3714 GEPOperator::accumulateConstantOffset(BaseTy, GEPIndices, DL, Offset))
3759 IRB.CreateInBoundsGEP(BaseTy, Ptr, GEPIndices, Nam
[all...]
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1892 llvm::Value *GEPIndices[] = {llvm::ConstantInt::get(CGM.Int32Ty, 0), local
1898 VTable->getValueType(), VTable, GEPIndices);
3773 llvm::Value *GEPIndices[] = {llvm::ConstantInt::get(CGM.IntTy, 0), local
3793 llvm::ArrayRef<llvm::Value *>(GEPIndices))),
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6176 Value *GEPIndices[] = {Builder.getInt32(0), Index};
6178 GEPIndices, "switch.gep");

Completed in 287 milliseconds